Html Css Color HEX #7A847F Granny Smith

📋 copy color: '#7A847F'

red 122 ◦ green 132 ◦ blue 127

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

Shades of Granny Smith #7A847F

Tints of Granny Smith #7A847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 32.02%
G = 34.65%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#7A847F (or 0x7A847F) is known color: Granny Smith. HEX triplet: 7A, 84 and 7F. RGB value is (122,132,127). Sum of RGB (Red+Green+Blue) = 122+132+127=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #7A847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A847F is #857B80. Grayscale: #808080. Windows color (decimal): -8747905 or 8356986. OLE color: 8356986.

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

Color convert

RGB 122 132 127 -
CMYK 0.08 0 0.04 0.48
HSL 150º 0.04% 0.5% -
HSV(B) 150º 0.08% 0.52% -
XYZ 20.11 22.17 23.3 -
YUV 128.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 122 132 127 0.08 0 0.04 0.48 150 0.04 0.5
Hex 7A 84 7F 8 0 4 30 96 4 32
Octal 172 204 177 10 0 4 60 226 4 62
Binary 1111010 10000100 1111111 1000 0 100 110000 10010110 100 110010

Color Harmonies of #7A847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A847F

Black with #7A847F

Text Example


Text Example

White with #7A847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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