Html Css Color HEX #77CCC6 Downy

📋 copy color: '#77CCC6'

red 119 ◦ green 204 ◦ blue 198

#77CCC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #77CCC6

Tints of Downy #77CCC6

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%

R = 22.84%
G = 39.16%
B = 38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#77CCC6 (or 0x77CCC6) is known color: 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

RGB 119 204 198 -
CMYK 0.42 0 0.03 0.2
HSL 175.76º 0.45% 0.63% -
HSV(B) 175.76º 0.42% 0.8% -
XYZ 39.39 51.18 61.23 -
YUV 177.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 119 204 198 0.42 0 0.03 0.2 175.76 0.45 0.63
Hex 77 CC C6 2A 0 3 14 B0 2D 3F
Octal 167 314 306 52 0 3 24 260 55 77
Binary 1110111 11001100 11000110 101010 0 11 10100 10110000 101101 111111

Color Harmonies of #77CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CCC6

Black with #77CCC6

Text Example


Text Example

White with #77CCC6

Text Example


Text Example

HTML Codes & Css Web 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>