Html Css Color HEX #77CBCC Spray

📋 copy color: '#77CBCC'

red 119 ◦ green 203 ◦ blue 204

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

Shades of Spray #77CBCC

Tints of Spray #77CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.59%

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

R = 22.62%
G = 38.59%
B = 38.78%

CMYK

 C value IS 0.42

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#77CBCC (or 0x77CBCC) is known color: Spray. HEX triplet: 77, CB and CC. RGB value is (119,203,204). Sum of RGB (Red+Green+Blue) = 119+203+204=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #77CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBCC is #883433. Grayscale: #B1B1B1. Windows color (decimal): -8926260 or 13421431. OLE color: 13421431.

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

Color convert

RGB 119 203 204 -
CMYK 0.42 0.00 0 0.2
HSL 180.71º 0.45% 0.63% -
HSV(B) 180.71º 0.42% 0.8% -
XYZ 39.86 50.99 64.87 -
YUV 178 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 119 203 204 0.42 0.00 0 0.2 180.71 0.45 0.63
Hex 77 CB CC 2A 0 0 14 B5 2D 3F
Octal 167 313 314 52 0 0 24 265 55 77
Binary 1110111 11001011 11001100 101010 0 0 10100 10110101 101101 111111

Color Harmonies of #77CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBCC

Black with #77CBCC

Text Example


Text Example

White with #77CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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