#77CCD0

Color #77CCD0 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #77CCD0

Tints of Spray #77CCD0

Color information

#77CCD0 (or 0x77CCD0) is unknown color: approx Spray. HEX triplet: 77, CC and D0. RGB value is (119,204,208). Sum of RGB (Red+Green+Blue) = 119+204+208=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #77CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCD0 is #88332F. Grayscale: #B2B2B2. Windows color (decimal): -8926000 or 13683831. OLE color: 13683831.

HSL color Cylindrical-coordinate representation of color #77CCD0: hue angle of 182.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CCD0 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119204208-
CMYK0.430.0200.18
HSL182.7º48.63%64.12%-
HSV(B)182.7º42.79%81.57%-
XYZ40.5951.6667.51-
YUV179.04144.3485.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 22.41%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=22.41%
G=38.42%
B=39.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192042080.430.0200.18182.748.6364.12
Hex77CCD02B2012b73140
Octal16731432053202226761100
Binary1110111110011001101000010101110010010101101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CCD0; }

 p { color: rgb(119,204,208); }

 H1.HeaderClassName
 {
   color: #77CCD0;
 }
 .AnyTagClassName
 {
   color: #77CCD0;
 }
</style>
background-color css

<style>
 a { background-color: #77CCD0; }

 a { background-color: rgb(119,204,208); }

 div.DivClassName
 {
   background-color: #77CCD0;
 }
 .BgClassName
 {
   background-color: #77CCD0;
 }
</style>
border-color css

<style>
 span { border-color: #77CCD0; }

 span { border-color: rgb(119,204,208); }

 td.TdClassName
 {
   border-color: #77CCD0;
 }
 .TagClassName
 {
   border-color: #77CCD0;
 }
</style>