#77C9CD

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

Shades of Spray #77C9CD

Tints of Spray #77C9CD

Color information

#77C9CD (or 0x77C9CD) is unknown color: approx Spray. HEX triplet: 77, C9 and CD. RGB value is (119,201,205). Sum of RGB (Red+Green+Blue) = 119+201+205=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #77C9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9CD is #883632. Grayscale: #B0B0B0. Windows color (decimal): -8926771 or 13486455. OLE color: 13486455.

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

Color convert

RGB119201205-
CMYK0.420.0200.20
HSL182.79º46.24%63.53%-
HSV(B)182.79º41.95%80.39%-
XYZ39.5150.165.35-
YUV176.94143.8386.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=22.67%
G=38.29%
B=39.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192012050.420.0200.20182.7946.2463.53
Hex77C9CD2A2014b72e40
Octal16731131552202426756100
Binary1110111110010011100110110101010010100101101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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