#77C9CA

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

Shades of Spray #77C9CA

Tints of Spray #77C9CA

Color information

#77C9CA (or 0x77C9CA) is unknown color: approx Spray. HEX triplet: 77, C9 and CA. RGB value is (119,201,202). Sum of RGB (Red+Green+Blue) = 119+201+202=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #77C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9CA is #883635. Grayscale: #B0B0B0. Windows color (decimal): -8926774 or 13289847. OLE color: 13289847.

HSL color Cylindrical-coordinate representation of color #77C9CA: hue angle of 180.72º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C9CA is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119201202-
CMYK0.410.0000.21
HSL180.72º43.92%62.94%-
HSV(B)180.72º41.09%79.22%-
XYZ39.1649.9663.46-
YUV176.6142.3386.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.80%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=22.80%
G=38.51%
B=38.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192012020.410.0000.21180.7243.9262.94
Hex77C9CA290015b52c3f
Octal1673113125100252655477
Binary11101111100100111001010101001001010110110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,201,202); }

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

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

 a { background-color: rgb(119,201,202); }

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

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

 span { border-color: rgb(119,201,202); }

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