#77CBCD

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

Shades of Spray #77CBCD

Tints of Spray #77CBCD

Color information

#77CBCD (or 0x77CBCD) is unknown color: approx Spray. HEX triplet: 77, CB and CD. RGB value is (119,203,205). Sum of RGB (Red+Green+Blue) = 119+203+205=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #77CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBCD is #883432. Grayscale: #B2B2B2. Windows color (decimal): -8926259 or 13486967. OLE color: 13486967.

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

Color convert

RGB119203205-
CMYK0.420.0100.20
HSL181.4º46.24%63.53%-
HSV(B)181.4º41.95%80.39%-
XYZ39.9851.0465.5-
YUV178.11143.1785.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=22.58%
G=38.52%
B=38.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192032050.420.0100.20181.446.2463.53
Hex77CBCD2A1014b52e40
Octal16731331552102426556100
Binary111011111001011110011011010101010100101101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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