Html Css Color HEX #7F928A Granny Smith

📋 copy color: '#7F928A'

red 127 ◦ green 146 ◦ blue 138

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

Shades of Granny Smith #7F928A

Tints of Granny Smith #7F928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 30.9%
G = 35.52%
B = 33.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#7F928A (or 0x7F928A) is known color: Granny Smith. HEX triplet: 7F, 92 and 8A. RGB value is (127,146,138). Sum of RGB (Red+Green+Blue) = 127+146+138=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #7F928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F928A is #806D75. Grayscale: #8B8B8B. Windows color (decimal): -8416630 or 9081471. OLE color: 9081471.

HSL color Cylindrical-coordinate representation of color #7F928A: hue angle of 154.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F928A is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 146 138 -
CMYK 0.13 0 0.05 0.43
HSL 154.74º 0.08% 0.54% -
HSV(B) 154.74º 0.13% 0.57% -
XYZ 23.62 26.9 27.99 -
YUV 139.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 127 146 138 0.13 0 0.05 0.43 154.74 0.08 0.54
Hex 7F 92 8A D 0 5 2B 9B 8 36
Octal 177 222 212 15 0 5 53 233 10 66
Binary 1111111 10010010 10001010 1101 0 101 101011 10011011 1000 110110

Color Harmonies of #7F928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F928A

Black with #7F928A

Text Example


Text Example

White with #7F928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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