Html Css Color HEX #7D7A72 Dove Grey

📋 copy color: '#7D7A72'

red 125 ◦ green 122 ◦ blue 114

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

Shades of Dove Grey #7D7A72

Tints of Dove Grey #7D7A72

RGB

 RED value IS 125 (49.22% from 255) = 34.63%

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 34.63%
G = 33.8%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D7A72 (or 0x7D7A72) is known color: Dove Grey. HEX triplet: 7D, 7A and 72. RGB value is (125,122,114). Sum of RGB (Red+Green+Blue) = 125+122+114=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A72 is #82858D. Grayscale: #7A7A7A. Windows color (decimal): -8553870 or 7502461. OLE color: 7502461.

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

Color convert

RGB 125 122 114 -
CMYK 0 0.02 0.09 0.51
HSL 43.64º 0.05% 0.47% -
HSV(B) 43.64º 0.09% 0.49% -
XYZ 18.45 19.49 18.71 -
YUV 121.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 125 122 114 0 0.02 0.09 0.51 43.64 0.05 0.47
Hex 7D 7A 72 0 2 9 33 2C 5 2F
Octal 175 172 162 0 2 11 63 54 5 57
Binary 1111101 1111010 1110010 0 10 1001 110011 101100 101 101111

Color Harmonies of #7D7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A72

Black with #7D7A72

Text Example


Text Example

White with #7D7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,122,114); }

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

background-color css

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

 a { background-color: rgb(125,122,114); }

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

border-color css

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

 span { border-color: rgb(125,122,114); }

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