Html Css Color HEX #7D7C75 Dove Grey

📋 copy color: '#7D7C75'

red 125 ◦ green 124 ◦ blue 117

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

Shades of Dove Grey #7D7C75

Tints of Dove Grey #7D7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 34.15%
G = 33.88%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D7C75 (or 0x7D7C75) is known color: Dove Grey. HEX triplet: 7D, 7C and 75. RGB value is (125,124,117). Sum of RGB (Red+Green+Blue) = 125+124+117=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7C75 is #82838A. Grayscale: #7B7B7B. Windows color (decimal): -8553355 or 7699581. OLE color: 7699581.

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

Color convert

RGB 125 124 117 -
CMYK 0 0.01 0.06 0.51
HSL 52.5º 0.03% 0.47% -
HSV(B) 52.5º 0.06% 0.49% -
XYZ 18.88 20.06 19.71 -
YUV 123.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 125 124 117 0 0.01 0.06 0.51 52.5 0.03 0.47
Hex 7D 7C 75 0 1 6 33 34 3 2F
Octal 175 174 165 0 1 6 63 64 3 57
Binary 1111101 1111100 1110101 0 1 110 110011 110100 11 101111

Color Harmonies of #7D7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7C75

Black with #7D7C75

Text Example


Text Example

White with #7D7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,124,117); }

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

background-color css

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

 a { background-color: rgb(125,124,117); }

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

border-color css

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

 span { border-color: rgb(125,124,117); }

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