#77C7DD

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

Shades of Spray #77C7DD

Tints of Spray #77C7DD

Color information

#77C7DD (or 0x77C7DD) is unknown color: approx Spray. HEX triplet: 77, C7 and DD. RGB value is (119,199,221). Sum of RGB (Red+Green+Blue) = 119+199+221=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #77C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C7DD is #883822. Grayscale: #B1B1B1. Windows color (decimal): -8927267 or 14534519. OLE color: 14534519.

HSL color Cylindrical-coordinate representation of color #77C7DD: hue angle of 192.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C7DD is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119199221-
CMYK0.460.1000.13
HSL192.94º60%66.67%-
HSV(B)192.94º46.15%86.67%-
XYZ41.0849.9975.89-
YUV177.59152.586.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=22.08%
G=36.92%
B=41.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191992210.460.1000.13192.946066.67
Hex77C7DD2EA0Dc13c43
Octal167307335561201530174103
Binary11101111100011111011101101110101001101110000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,199,221); }

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

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

 a { background-color: rgb(119,199,221); }

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

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

 span { border-color: rgb(119,199,221); }

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