Html Css Color HEX #7F8D89 Granny Smith

📋 copy color: '#7F8D89'

red 127 ◦ green 141 ◦ blue 137

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

Shades of Granny Smith #7F8D89

Tints of Granny Smith #7F8D89

RGB

 RED value IS 127 (50% from 255) = 31.36%

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 31.36%
G = 34.81%
B = 33.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#7F8D89 (or 0x7F8D89) is known color: Granny Smith. HEX triplet: 7F, 8D and 89. RGB value is (127,141,137). Sum of RGB (Red+Green+Blue) = 127+141+137=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8D89 is #807276. Grayscale: #888888. Windows color (decimal): -8417911 or 9014655. OLE color: 9014655.

HSL color Cylindrical-coordinate representation of color #7F8D89: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F8D89 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 141 137 -
CMYK 0.10 0 0.03 0.45
HSL 162.86º 0.06% 0.53% -
HSV(B) 162.86º 0.1% 0.55% -
XYZ 22.79 25.37 27.36 -
YUV 136.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 127 141 137 0.10 0 0.03 0.45 162.86 0.06 0.53
Hex 7F 8D 89 A 0 3 2D A3 6 35
Octal 177 215 211 12 0 3 55 243 6 65
Binary 1111111 10001101 10001001 1010 0 11 101101 10100011 110 110101

Color Harmonies of #7F8D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8D89

Black with #7F8D89

Text Example


Text Example

White with #7F8D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8D89; }

 p { color: rgb(127,141,137); }

 H1.HeaderClassName
 {
   color: #7F8D89;
 }
 .AnyTagClassName
 {
   color: #7F8D89;
 }
</style>

background-color css

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

 a { background-color: rgb(127,141,137); }

 div.DivClassName
 {
   background-color: #7F8D89;
 }
 .BgClassName
 {
   background-color: #7F8D89;
 }
</style>

border-color css

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

 span { border-color: rgb(127,141,137); }

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