Html Css Color HEX #7D7B75 Dove Grey

📋 copy color: '#7D7B75'

red 125 ◦ green 123 ◦ blue 117

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

Shades of Dove Grey #7D7B75

Tints of Dove Grey #7D7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

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

R = 34.25%
G = 33.7%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D7B75 (or 0x7D7B75) is known color: Dove Grey. HEX triplet: 7D, 7B and 75. RGB value is (125,123,117). Sum of RGB (Red+Green+Blue) = 125+123+117=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7B75 is #82848A. Grayscale: #7A7A7A. Windows color (decimal): -8553611 or 7699325. OLE color: 7699325.

HSL color Cylindrical-coordinate representation of color #7D7B75: hue angle of 45º 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 #7D7B75 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 123 117 -
CMYK 0 0.02 0.06 0.51
HSL 45º 0.03% 0.47% -
HSV(B) 45º 0.06% 0.49% -
XYZ 18.75 19.81 19.67 -
YUV 122.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 125 123 117 0 0.02 0.06 0.51 45 0.03 0.47
Hex 7D 7B 75 0 2 6 33 2D 3 2F
Octal 175 173 165 0 2 6 63 55 3 57
Binary 1111101 1111011 1110101 0 10 110 110011 101101 11 101111

Color Harmonies of #7D7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7B75

Black with #7D7B75

Text Example


Text Example

White with #7D7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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