Html Css Color HEX #77CACB Spray

📋 copy color: '#77CACB'

red 119 ◦ green 202 ◦ blue 203

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

Shades of Spray #77CACB

Tints of Spray #77CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.55%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 22.71%
G = 38.55%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77CACB (or 0x77CACB) is known color: Spray. HEX triplet: 77, CA and CB. RGB value is (119,202,203). Sum of RGB (Red+Green+Blue) = 119+202+203=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #77CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CACB is #883534. Grayscale: #B1B1B1. Windows color (decimal): -8926517 or 13355639. OLE color: 13355639.

HSL color Cylindrical-coordinate representation of color #77CACB: 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.41%. Process color model (Four color, CMYK) of #77CACB is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 202 203 -
CMYK 0.41 0.00 0 0.20
HSL 180.71º 0.45% 0.63% -
HSV(B) 180.71º 0.41% 0.8% -
XYZ 39.51 50.47 64.16 -
YUV 177.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 119 202 203 0.41 0.00 0 0.20 180.71 0.45 0.63
Hex 77 CA CB 29 0 0 14 B5 2D 3F
Octal 167 312 313 51 0 0 24 265 55 77
Binary 1110111 11001010 11001011 101001 0 0 10100 10110101 101101 111111

Color Harmonies of #77CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CACB

Black with #77CACB

Text Example


Text Example

White with #77CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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