Html Css Color HEX #76CACC Spray

📋 copy color: '#76CACC'

red 118 ◦ green 202 ◦ blue 204

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

Shades of Spray #76CACC

Tints of Spray #76CACC

RGB

 RED value IS 118 (46.48% from 255) = 22.52%

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

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

R = 22.52%
G = 38.55%
B = 38.93%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#76CACC (or 0x76CACC) is known color: Spray. HEX triplet: 76, CA and CC. RGB value is (118,202,204). Sum of RGB (Red+Green+Blue) = 118+202+204=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #76CACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CACC is #893533. Grayscale: #B1B1B1. Windows color (decimal): -8992052 or 13421174. OLE color: 13421174.

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

Color convert

RGB 118 202 204 -
CMYK 0.42 0.01 0 0.2
HSL 181.4º 0.46% 0.63% -
HSV(B) 181.4º 0.42% 0.8% -
XYZ 39.49 50.45 64.78 -
YUV 177.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 118 202 204 0.42 0.01 0 0.2 181.4 0.46 0.63
Hex 76 CA CC 2A 1 0 14 B5 2E 3F
Octal 166 312 314 52 1 0 24 265 56 77
Binary 1110110 11001010 11001100 101010 1 0 10100 10110101 101110 111111

Color Harmonies of #76CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CACC

Black with #76CACC

Text Example


Text Example

White with #76CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CACC; }

 p { color: rgb(118,202,204); }

 H1.HeaderClassName
 {
   color: #76CACC;
 }
 .AnyTagClassName
 {
   color: #76CACC;
 }
</style>

background-color css

<style>
 a { background-color: #76CACC; }

 a { background-color: rgb(118,202,204); }

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

border-color css

<style>
 span { border-color: #76CACC; }

 span { border-color: rgb(118,202,204); }

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