Html Css Color HEX #7A837F Granny Smith

📋 copy color: '#7A837F'

red 122 ◦ green 131 ◦ blue 127

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

Shades of Granny Smith #7A837F

Tints of Granny Smith #7A837F

RGB

 RED value IS 122 (48.05% from 255) = 32.11%

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 32.11%
G = 34.47%
B = 33.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#7A837F (or 0x7A837F) is known color: Granny Smith. HEX triplet: 7A, 83 and 7F. RGB value is (122,131,127). Sum of RGB (Red+Green+Blue) = 122+131+127=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 131 - color contains mainly: green. Hex color #7A837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A837F is #857C80. Grayscale: #7F7F7F. Windows color (decimal): -8748161 or 8356730. OLE color: 8356730.

HSL color Cylindrical-coordinate representation of color #7A837F: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A837F is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 131 127 -
CMYK 0.07 0 0.03 0.49
HSL 153.33º 0.04% 0.5% -
HSV(B) 153.33º 0.07% 0.51% -
XYZ 19.97 21.9 23.25 -
YUV 127.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 122 131 127 0.07 0 0.03 0.49 153.33 0.04 0.5
Hex 7A 83 7F 7 0 3 31 99 4 32
Octal 172 203 177 7 0 3 61 231 4 62
Binary 1111010 10000011 1111111 111 0 11 110001 10011001 100 110010

Color Harmonies of #7A837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A837F

Black with #7A837F

Text Example


Text Example

White with #7A837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,131,127); }

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

background-color css

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

 a { background-color: rgb(122,131,127); }

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

border-color css

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

 span { border-color: rgb(122,131,127); }

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