#77ccc6

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

Shades of Downy #77CCC6

Tints of Downy #77CCC6

Color information

#77CCC6 (or 0x77CCC6) is unknown color: approx Downy. HEX triplet: 77, CC and C6. RGB value is (119,204,198). Sum of RGB (Red+Green+Blue) = 119+204+198=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCC6 is #883339. Grayscale: #B1B1B1. Windows color (decimal): -8926010 or 13028471. OLE color: 13028471.

HSL color Cylindrical-coordinate representation of color #77CCC6: hue angle of 175.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCC6 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB119204198-
CMYK0.4200.030.2
HSL175.76º45.45%63.33%-
HSV(B)175.76º41.67%80%-
XYZ39.3951.1861.23-
YUV177.9139.3485.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.84%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=22.84%
G=39.16%
B=38.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1192041980.4200.030.2175.7645.4563.33
Hex77CCC62A0314b02d3f
Octal1673143065203242605577
Binary111011111001100110001101010100111010010110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ccc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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