#77CDCF

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

Shades of Spray #77CDCF

Tints of Spray #77CDCF

Color information

#77CDCF (or 0x77CDCF) is unknown color: approx Spray. HEX triplet: 77, CD and CF. RGB value is (119,205,207). Sum of RGB (Red+Green+Blue) = 119+205+207=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #77CDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDCF is #883230. Grayscale: #B3B3B3. Windows color (decimal): -8925745 or 13618551. OLE color: 13618551.

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

Color convert

RGB119205207-
CMYK0.430.0100.19
HSL181.36º47.83%63.92%-
HSV(B)181.36º42.51%81.18%-
XYZ40.752.0966.94-
YUV179.51143.5184.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.41%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=22.41%
G=38.61%
B=38.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192052070.430.0100.19181.3647.8363.92
Hex77CDCF2B1013b53040
Octal16731531753102326560100
Binary111011111001101110011111010111010011101101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,205,207); }

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

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

 a { background-color: rgb(119,205,207); }

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

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

 span { border-color: rgb(119,205,207); }

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