#77CC88

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

Shades of De York #77CC88

Tints of De York #77CC88

Color information

#77CC88 (or 0x77CC88) is unknown color: approx De York. HEX triplet: 77, CC and 88. RGB value is (119,204,136). Sum of RGB (Red+Green+Blue) = 119+204+136=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CC88 is #883377. Grayscale: #ABABAB. Windows color (decimal): -8926072 or 8965239. OLE color: 8965239.

HSL color Cylindrical-coordinate representation of color #77CC88: hue angle of 132º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CC88 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB119204136-
CMYK0.4200.330.2
HSL132º45.45%63.33%-
HSV(B)132º41.67%80%-
XYZ33.6448.8930.96-
YUV170.83108.3491.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=25.93%
G=44.44%
B=29.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1192041360.4200.330.213245.4563.33
Hex77CC882A02114842d3f
Octal16731421052041242045577
Binary1110111110011001000100010101001000011010010000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,204,136); }

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

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

 a { background-color: rgb(119,204,136); }

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

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

 span { border-color: rgb(119,204,136); }

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