#77857E

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

Shades of Granny Smith #77857E

Tints of Granny Smith #77857E

Color information

#77857E (or 0x77857E) is unknown color: approx Granny Smith. HEX triplet: 77, 85 and 7E. RGB value is (119,133,126). Sum of RGB (Red+Green+Blue) = 119+133+126=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #77857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77857E is #887A81. Grayscale: #808080. Windows color (decimal): -8944258 or 8291703. OLE color: 8291703.

HSL color Cylindrical-coordinate representation of color #77857E: hue angle of 150º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77857E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB119133126-
CMYK0.1100.050.48
HSL150º5.56%49.41%-
HSV(B)150º10.53%52.16%-
XYZ19.7622.222.98-
YUV128.02126.86121.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=31.48%
G=35.19%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191331260.1100.050.481505.5649.41
Hex77857EB053096631
Octal167205176130560226661
Binary11101111000010111111101011010111000010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77857E; }

 p { color: rgb(119,133,126); }

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

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

 a { background-color: rgb(119,133,126); }

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

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

 span { border-color: rgb(119,133,126); }

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