Html Css Color HEX #7A8579 Davy's Grey

📋 copy color: '#7A8579'

red 122 ◦ green 133 ◦ blue 121

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

Shades of Davy's Grey #7A8579

Tints of Davy's Grey #7A8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 121 (47.66% from 255) = 32.18%

R = 32.45%
G = 35.37%
B = 32.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#7A8579 (or 0x7A8579) is known color: Davy's Grey. HEX triplet: 7A, 85 and 79. RGB value is (122,133,121). Sum of RGB (Red+Green+Blue) = 122+133+121=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8579 is #857A86. Grayscale: #808080. Windows color (decimal): -8747655 or 7964026. OLE color: 7964026.

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

Color convert

RGB 122 133 121 -
CMYK 0.08 0 0.09 0.48
HSL 115º 0.05% 0.5% -
HSV(B) 115º 0.09% 0.52% -
XYZ 19.86 22.29 21.35 -
YUV 128.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 122 133 121 0.08 0 0.09 0.48 115 0.05 0.5
Hex 7A 85 79 8 0 9 30 73 5 32
Octal 172 205 171 10 0 11 60 163 5 62
Binary 1111010 10000101 1111001 1000 0 1001 110000 1110011 101 110010

Color Harmonies of #7A8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8579

Black with #7A8579

Text Example


Text Example

White with #7A8579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,133,121); }

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

background-color css

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

 a { background-color: rgb(122,133,121); }

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

border-color css

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

 span { border-color: rgb(122,133,121); }

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