Html Css Color HEX #7A7975 Dove Grey

📋 copy color: '#7A7975'

red 122 ◦ green 121 ◦ blue 117

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

Shades of Dove Grey #7A7975

Tints of Dove Grey #7A7975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 33.89%
G = 33.61%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A7975 (or 0x7A7975) is known color: Dove Grey. HEX triplet: 7A, 79 and 75. RGB value is (122,121,117). Sum of RGB (Red+Green+Blue) = 122+121+117=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7975 is #85868A. Grayscale: #787878. Windows color (decimal): -8750731 or 7698810. OLE color: 7698810.

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

Color convert

RGB 122 121 117 -
CMYK 0 0.01 0.04 0.52
HSL 48º 0.02% 0.47% -
HSV(B) 48º 0.04% 0.48% -
XYZ 18.07 19.1 19.56 -
YUV 120.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 122 121 117 0 0.01 0.04 0.52 48 0.02 0.47
Hex 7A 79 75 0 1 4 34 30 2 2F
Octal 172 171 165 0 1 4 64 60 2 57
Binary 1111010 1111001 1110101 0 1 100 110100 110000 10 101111

Color Harmonies of #7A7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7975

Black with #7A7975

Text Example


Text Example

White with #7A7975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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