#77CEC7

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

Shades of Downy #77CEC7

Tints of Downy #77CEC7

Color information

#77CEC7 (or 0x77CEC7) is unknown color: approx Downy. HEX triplet: 77, CE and C7. RGB value is (119,206,199). Sum of RGB (Red+Green+Blue) = 119+206+199=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEC7 is #883138. Grayscale: #B3B3B3. Windows color (decimal): -8925497 or 13094519. OLE color: 13094519.

HSL color Cylindrical-coordinate representation of color #77CEC7: hue angle of 175.17º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEC7 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB119206199-
CMYK0.4200.030.19
HSL175.17º47.03%63.73%-
HSV(B)175.17º42.23%80.78%-
XYZ39.9952.1962-
YUV179.19139.1885.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.71%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=22.71%
G=39.31%
B=37.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192061990.4200.030.19175.1747.0363.73
Hex77CEC72A0313af2f40
Octal16731630752032325757100
Binary1110111110011101100011110101001110011101011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,206,199); }

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

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

 a { background-color: rgb(119,206,199); }

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

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

 span { border-color: rgb(119,206,199); }

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