Html Css Color HEX #7F9892 Granny Smith

📋 copy color: '#7F9892'

red 127 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #7F9892

Tints of Granny Smith #7F9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 29.88%
G = 35.76%
B = 34.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#7F9892 (or 0x7F9892) is known color: Granny Smith. HEX triplet: 7F, 98 and 92. RGB value is (127,152,146). Sum of RGB (Red+Green+Blue) = 127+152+146=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9892 is #80676D. Grayscale: #8F8F8F. Windows color (decimal): -8415086 or 9607295. OLE color: 9607295.

HSL color Cylindrical-coordinate representation of color #7F9892: hue angle of 165.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F9892 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 146 -
CMYK 0.16 0 0.04 0.40
HSL 165.6º 0.11% 0.55% -
HSV(B) 165.6º 0.16% 0.6% -
XYZ 25.17 29.04 31.47 -
YUV 143.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 127 152 146 0.16 0 0.04 0.40 165.6 0.11 0.55
Hex 7F 98 92 10 0 4 28 A6 B 37
Octal 177 230 222 20 0 4 50 246 13 67
Binary 1111111 10011000 10010010 10000 0 100 101000 10100110 1011 110111

Color Harmonies of #7F9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9892

Black with #7F9892

Text Example


Text Example

White with #7F9892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,146); }

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

background-color css

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

 a { background-color: rgb(127,152,146); }

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

border-color css

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

 span { border-color: rgb(127,152,146); }

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