Html Css Color HEX #757472 Dove Grey

📋 copy color: '#757472'

red 117 ◦ green 116 ◦ blue 114

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

Shades of Dove Grey #757472

Tints of Dove Grey #757472

RGB

 RED value IS 117 (46.09% from 255) = 33.72%

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 33.72%
G = 33.43%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#757472 (or 0x757472) is known color: Dove Grey. HEX triplet: 75, 74 and 72. RGB value is (117,116,114). Sum of RGB (Red+Green+Blue) = 117+116+114=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 117 - color contains mainly: red. Hex color #757472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757472 is #8A8B8D. Grayscale: #747474. Windows color (decimal): -9079694 or 7500917. OLE color: 7500917.

HSL color Cylindrical-coordinate representation of color #757472: hue angle of 40º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757472 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 114 -
CMYK 0 0.01 0.03 0.54
HSL 40º 0.01% 0.45% -
HSV(B) 40º 0.03% 0.46% -
XYZ 16.62 17.49 18.42 -
YUV 116.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 117 116 114 0 0.01 0.03 0.54 40 0.01 0.45
Hex 75 74 72 0 1 3 36 28 1 2D
Octal 165 164 162 0 1 3 66 50 1 55
Binary 1110101 1110100 1110010 0 1 11 110110 101000 1 101101

Color Harmonies of #757472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757472

Black with #757472

Text Example


Text Example

White with #757472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757472; }

 p { color: rgb(117,116,114); }

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

background-color css

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

 a { background-color: rgb(117,116,114); }

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

border-color css

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

 span { border-color: rgb(117,116,114); }

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