#7A7973

Color #7A7973 Dove Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dove Grey #7A7973

Tints of Dove Grey #7A7973

Color information

#7A7973 (or 0x7A7973) is unknown color: approx 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

RGB122121115-
CMYK00.010.060.52
HSL51.43º2.95%46.47%-
HSV(B)51.43º5.74%47.84%-
XYZ17.9619.0518.95-
YUV120.62124.83128.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.08%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=34.08%
G=33.80%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12212111500.010.060.5251.432.9546.47
Hex7A7973016343332e
Octal1721711630166463356
Binary1111010111100111100110111011010011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>