#778880

Color #778880 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #778880

Tints of Granny Smith #778880

Color information

#778880 (or 0x778880) is unknown color: approx Granny Smith. HEX triplet: 77, 88 and 80. RGB value is (119,136,128). Sum of RGB (Red+Green+Blue) = 119+136+128=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #778880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778880 is #88777F. Grayscale: #828282. Windows color (decimal): -8943488 or 8423543. OLE color: 8423543.

HSL color Cylindrical-coordinate representation of color #778880: hue angle of 151.76º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778880 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB119136128-
CMYK0.1200.060.47
HSL151.76º6.67%50%-
HSV(B)151.76º12.5%53.33%-
XYZ20.3123.0923.81-
YUV130126.87120.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=31.07%
G=35.51%
B=33.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191361280.1200.060.47151.766.6750
Hex778880C062F98732
Octal167210200140657230762
Binary111011110001000100000001100011010111110011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778880; }

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

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

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

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

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

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

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

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