Html Css Color HEX #77CBD0 Spray

📋 copy color: '#77CBD0'

red 119 ◦ green 203 ◦ blue 208

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

Shades of Spray #77CBD0

Tints of Spray #77CBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 22.45%
G = 38.3%
B = 39.25%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#77CBD0 (or 0x77CBD0) is known color: Spray. HEX triplet: 77, CB and D0. RGB value is (119,203,208). Sum of RGB (Red+Green+Blue) = 119+203+208=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #77CBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBD0 is #88342F. Grayscale: #B2B2B2. Windows color (decimal): -8926256 or 13683575. OLE color: 13683575.

HSL color Cylindrical-coordinate representation of color #77CBD0: hue angle of 183.37º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CBD0 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 203 208 -
CMYK 0.43 0.02 0 0.18
HSL 183.37º 0.49% 0.64% -
HSV(B) 183.37º 0.43% 0.82% -
XYZ 40.35 51.19 67.43 -
YUV 178.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 119 203 208 0.43 0.02 0 0.18 183.37 0.49 0.64
Hex 77 CB D0 2B 2 0 12 B7 31 40
Octal 167 313 320 53 2 0 22 267 61 100
Binary 1110111 11001011 11010000 101011 10 0 10010 10110111 110001 1000000

Color Harmonies of #77CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBD0

Black with #77CBD0

Text Example


Text Example

White with #77CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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