#77C9D5

Color #77C9D5 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #77C9D5

Tints of Spray #77C9D5

Color information

#77C9D5 (or 0x77C9D5) is unknown color: approx Spray. HEX triplet: 77, C9 and D5. RGB value is (119,201,213). Sum of RGB (Red+Green+Blue) = 119+201+213=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #77C9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9D5 is #88362A. Grayscale: #B1B1B1. Windows color (decimal): -8926763 or 14010743. OLE color: 14010743.

HSL color Cylindrical-coordinate representation of color #77C9D5: hue angle of 187.66º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77C9D5 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119201213-
CMYK0.440.0600.16
HSL187.66º52.81%65.1%-
HSV(B)187.66º44.13%83.53%-
XYZ40.550.570.56-
YUV177.85147.8386.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.33%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=22.33%
G=37.71%
B=39.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192012130.440.0600.16187.6652.8165.1
Hex77C9D52C6010bc3541
Octal16731132554602027465101
Binary11101111100100111010101101100110010000101111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,201,213); }

 H1.HeaderClassName
 {
   color: #77C9D5;
 }
 .AnyTagClassName
 {
   color: #77C9D5;
 }
</style>
background-color css

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

 a { background-color: rgb(119,201,213); }

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

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

 span { border-color: rgb(119,201,213); }

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