Html Css Color HEX #7F8A85 Granny Smith

📋 copy color: '#7F8A85'

red 127 ◦ green 138 ◦ blue 133

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

Shades of Granny Smith #7F8A85

Tints of Granny Smith #7F8A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 31.91%
G = 34.67%
B = 33.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#7F8A85 (or 0x7F8A85) is known color: Granny Smith. HEX triplet: 7F, 8A and 85. RGB value is (127,138,133). Sum of RGB (Red+Green+Blue) = 127+138+133=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8A85 is #80757A. Grayscale: #868686. Windows color (decimal): -8418683 or 8751743. OLE color: 8751743.

HSL color Cylindrical-coordinate representation of color #7F8A85: hue angle of 152.73º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F8A85 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 138 133 -
CMYK 0.08 0 0.04 0.46
HSL 152.73º 0.04% 0.52% -
HSV(B) 152.73º 0.08% 0.54% -
XYZ 22.07 24.38 25.73 -
YUV 134.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 127 138 133 0.08 0 0.04 0.46 152.73 0.04 0.52
Hex 7F 8A 85 8 0 4 2E 99 4 34
Octal 177 212 205 10 0 4 56 231 4 64
Binary 1111111 10001010 10000101 1000 0 100 101110 10011001 100 110100

Color Harmonies of #7F8A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8A85

Black with #7F8A85

Text Example


Text Example

White with #7F8A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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