Html Css Color HEX #7A8682 Granny Smith

📋 copy color: '#7A8682'

red 122 ◦ green 134 ◦ blue 130

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

Shades of Granny Smith #7A8682

Tints of Granny Smith #7A8682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 31.61%
G = 34.72%
B = 33.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#7A8682 (or 0x7A8682) is known color: Granny Smith. HEX triplet: 7A, 86 and 82. RGB value is (122,134,130). Sum of RGB (Red+Green+Blue) = 122+134+130=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8682 is #85797D. Grayscale: #818181. Windows color (decimal): -8747390 or 8554106. OLE color: 8554106.

HSL color Cylindrical-coordinate representation of color #7A8682: hue angle of 160º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A8682 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 134 130 -
CMYK 0.09 0 0.03 0.47
HSL 160º 0.05% 0.5% -
HSV(B) 160º 0.09% 0.53% -
XYZ 20.58 22.8 24.44 -
YUV 129.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 122 134 130 0.09 0 0.03 0.47 160 0.05 0.5
Hex 7A 86 82 9 0 3 2F A0 5 32
Octal 172 206 202 11 0 3 57 240 5 62
Binary 1111010 10000110 10000010 1001 0 11 101111 10100000 101 110010

Color Harmonies of #7A8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8682

Black with #7A8682

Text Example


Text Example

White with #7A8682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,134,130); }

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

background-color css

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

 a { background-color: rgb(122,134,130); }

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

border-color css

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

 span { border-color: rgb(122,134,130); }

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