#77C5CD

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

Shades of Spray #77C5CD

Tints of Spray #77C5CD

Color information

#77C5CD (or 0x77C5CD) is unknown color: approx Spray. HEX triplet: 77, C5 and CD. RGB value is (119,197,205). Sum of RGB (Red+Green+Blue) = 119+197+205=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #77C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5CD is #883A32. Grayscale: #AEAEAE. Windows color (decimal): -8927795 or 13485431. OLE color: 13485431.

HSL color Cylindrical-coordinate representation of color #77C5CD: hue angle of 185.58º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77C5CD is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119197205-
CMYK0.420.0400.20
HSL185.58º46.24%63.53%-
HSV(B)185.58º41.95%80.39%-
XYZ38.5948.2665.04-
YUV174.59145.1688.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.84%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=22.84%
G=37.81%
B=39.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191972050.420.0400.20185.5846.2463.53
Hex77C5CD2A4014ba2e40
Octal16730531552402427256100
Binary11101111100010111001101101010100010100101110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,197,205); }

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

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

 a { background-color: rgb(119,197,205); }

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

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

 span { border-color: rgb(119,197,205); }

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