#77857F

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

Shades of Granny Smith #77857F

Tints of Granny Smith #77857F

Color information

#77857F (or 0x77857F) is unknown color: approx Granny Smith. HEX triplet: 77, 85 and 7F. RGB value is (119,133,127). Sum of RGB (Red+Green+Blue) = 119+133+127=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #77857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77857F is #887A80. Grayscale: #808080. Windows color (decimal): -8944257 or 8357239. OLE color: 8357239.

HSL color Cylindrical-coordinate representation of color #77857F: hue angle of 154.29º 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 #77857F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB119133127-
CMYK0.1100.050.48
HSL154.29º5.56%49.41%-
HSV(B)154.29º10.53%52.16%-
XYZ19.8322.2323.32-
YUV128.13127.36121.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 127 (50% from 255) = 33.51%
R=31.40%
G=35.09%
B=33.51%

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
Decimal1191331270.1100.050.48154.295.5649.41
Hex77857FB05309a631
Octal167205177130560232661
Binary11101111000010111111111011010111000010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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