#8CC777

Color #8CC777 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8CC777

Tints of Gossip #8CC777

Color information

#8CC777 (or 0x8CC777) is unknown color: approx Gossip. HEX triplet: 8C, C7 and 77. RGB value is (140,199,119). Sum of RGB (Red+Green+Blue) = 140+199+119=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC777 is #733888. Grayscale: #ACACAC. Windows color (decimal): -7551113 or 7849868. OLE color: 7849868.

HSL color Cylindrical-coordinate representation of color #8CC777: hue angle of 104.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC777 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB140199119-
CMYK0.3000.400.22
HSL104.25º41.67%62.35%-
HSV(B)104.25º40.2%78.04%-
XYZ34.5747.7524.85-
YUV172.2497.95105-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=30.57%
G=43.45%
B=25.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401991190.3000.400.22104.2541.6762.35
Hex8CC7771E02816682a3e
Octal21430716736050261505276
Binary10001100110001111110111111100101000101101101000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC777; }

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

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

<style>
 a { background-color: #8CC777; }

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

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

<style>
 span { border-color: #8CC777; }

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

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