#77CCDD

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

Shades of Spray #77CCDD

Tints of Spray #77CCDD

Color information

#77CCDD (or 0x77CCDD) is unknown color: approx Spray. HEX triplet: 77, CC and DD. RGB value is (119,204,221). Sum of RGB (Red+Green+Blue) = 119+204+221=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #77CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCDD is #883322. Grayscale: #B4B4B4. Windows color (decimal): -8925987 or 14535799. OLE color: 14535799.

HSL color Cylindrical-coordinate representation of color #77CCDD: hue angle of 190º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CCDD is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119204221-
CMYK0.460.0800.13
HSL190º60%66.67%-
HSV(B)190º46.15%86.67%-
XYZ42.2552.3376.28-
YUV180.52150.8484.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.88%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=21.88%
G=37.5%
B=40.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192042210.460.0800.131906066.67
Hex77CCDD2E80Dbe3c43
Octal167314335561001527674103
Binary11101111100110011011101101110100001101101111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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