Html Css Color HEX #77CACE Spray

📋 copy color: '#77CACE'

red 119 ◦ green 202 ◦ blue 206

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

Shades of Spray #77CACE

Tints of Spray #77CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 22.58%
G = 38.33%
B = 39.09%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77CACE (or 0x77CACE) is known color: Spray. HEX triplet: 77, CA and CE. RGB value is (119,202,206). Sum of RGB (Red+Green+Blue) = 119+202+206=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #77CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CACE is #883531. Grayscale: #B1B1B1. Windows color (decimal): -8926514 or 13552247. OLE color: 13552247.

HSL color Cylindrical-coordinate representation of color #77CACE: hue angle of 182.76º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CACE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 202 206 -
CMYK 0.42 0.02 0 0.19
HSL 182.76º 0.47% 0.64% -
HSV(B) 182.76º 0.42% 0.81% -
XYZ 39.87 50.62 66.06 -
YUV 177.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 119 202 206 0.42 0.02 0 0.19 182.76 0.47 0.64
Hex 77 CA CE 2A 2 0 13 B7 2F 40
Octal 167 312 316 52 2 0 23 267 57 100
Binary 1110111 11001010 11001110 101010 10 0 10011 10110111 101111 1000000

Color Harmonies of #77CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CACE

Black with #77CACE

Text Example


Text Example

White with #77CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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