Html Css Color HEX #77C6CC Spray

📋 copy color: '#77C6CC'

red 119 ◦ green 198 ◦ blue 204

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

Shades of Spray #77C6CC

Tints of Spray #77C6CC

RGB

 RED value IS 119 (46.88% from 255) = 22.84%

 GREEN value IS 198 (77.73% from 255) = 38%

 BLUE value IS 204 (80.08% from 255) = 39.16%

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

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#77C6CC (or 0x77C6CC) is known color: Spray. HEX triplet: 77, C6 and CC. RGB value is (119,198,204). Sum of RGB (Red+Green+Blue) = 119+198+204=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #77C6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6CC is #883933. Grayscale: #AEAEAE. Windows color (decimal): -8927540 or 13420151. OLE color: 13420151.

HSL color Cylindrical-coordinate representation of color #77C6CC: hue angle of 184.24º 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 #77C6CC is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 198 204 -
CMYK 0.42 0.03 0 0.2
HSL 184.24º 0.45% 0.63% -
HSV(B) 184.24º 0.42% 0.8% -
XYZ 38.7 48.67 64.48 -
YUV 175.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 119 198 204 0.42 0.03 0 0.2 184.24 0.45 0.63
Hex 77 C6 CC 2A 3 0 14 B8 2D 3F
Octal 167 306 314 52 3 0 24 270 55 77
Binary 1110111 11000110 11001100 101010 11 0 10100 10111000 101101 111111

Color Harmonies of #77C6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C6CC

Black with #77C6CC

Text Example


Text Example

White with #77C6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77C6CC;
 }
 .AnyTagClassName
 {
   color: #77C6CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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