Html Css Color HEX #77857F Granny Smith

📋 copy color: '#77857F'

red 119 ◦ green 133 ◦ blue 127

#77857F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #77857F

Tints of Granny Smith #77857F

RGB

 RED value IS 119 (46.88% from 255) = 31.4%

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 31.4%
G = 35.09%
B = 33.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#77857F (or 0x77857F) is known color: 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

RGB 119 133 127 -
CMYK 0.11 0 0.05 0.48
HSL 154.29º 0.06% 0.49% -
HSV(B) 154.29º 0.11% 0.52% -
XYZ 19.83 22.23 23.32 -
YUV 128.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 119 133 127 0.11 0 0.05 0.48 154.29 0.06 0.49
Hex 77 85 7F B 0 5 30 9A 6 31
Octal 167 205 177 13 0 5 60 232 6 61
Binary 1110111 10000101 1111111 1011 0 101 110000 10011010 110 110001

Color Harmonies of #77857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77857F

Black with #77857F

Text Example


Text Example

White with #77857F

Text Example


Text Example

HTML Codes & Css Web 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>