Html Css Color HEX #7A7973 Dove Grey

📋 copy color: '#7A7973'

red 122 ◦ green 121 ◦ blue 115

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

Shades of Dove Grey #7A7973

Tints of Dove Grey #7A7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 34.08%
G = 33.8%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7A7973 (or 0x7A7973) is known color: Dove Grey. HEX triplet: 7A, 79 and 73. RGB value is (122,121,115). Sum of RGB (Red+Green+Blue) = 122+121+115=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7973 is #85868C. Grayscale: #787878. Windows color (decimal): -8750733 or 7567738. OLE color: 7567738.

HSL color Cylindrical-coordinate representation of color #7A7973: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7973 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 121 115 -
CMYK 0 0.01 0.06 0.52
HSL 51.43º 0.03% 0.46% -
HSV(B) 51.43º 0.06% 0.48% -
XYZ 17.96 19.05 18.95 -
YUV 120.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 122 121 115 0 0.01 0.06 0.52 51.43 0.03 0.46
Hex 7A 79 73 0 1 6 34 33 3 2E
Octal 172 171 163 0 1 6 64 63 3 56
Binary 1111010 1111001 1110011 0 1 110 110100 110011 11 101110

Color Harmonies of #7A7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7973

Black with #7A7973

Text Example


Text Example

White with #7A7973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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