Html Css Color HEX #77CBCD Spray

📋 copy color: '#77CBCD'

red 119 ◦ green 203 ◦ blue 205

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

Shades of Spray #77CBCD

Tints of Spray #77CBCD

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.9%

R = 22.58%
G = 38.52%
B = 38.9%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77CBCD (or 0x77CBCD) is known color: 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

RGB 119 203 205 -
CMYK 0.42 0.01 0 0.20
HSL 181.4º 0.46% 0.64% -
HSV(B) 181.4º 0.42% 0.8% -
XYZ 39.98 51.04 65.5 -
YUV 178.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 119 203 205 0.42 0.01 0 0.20 181.4 0.46 0.64
Hex 77 CB CD 2A 1 0 14 B5 2E 40
Octal 167 313 315 52 1 0 24 265 56 100
Binary 1110111 11001011 11001101 101010 1 0 10100 10110101 101110 1000000

Color Harmonies of #77CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBCD

Black with #77CBCD

Text Example


Text Example

White with #77CBCD

Text Example


Text Example

HTML Codes & Css Web 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>