Html Css Color HEX #757471 Dove Grey

📋 copy color: '#757471'

red 117 ◦ green 116 ◦ blue 113

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

Shades of Dove Grey #757471

Tints of Dove Grey #757471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 33.82%
G = 33.53%
B = 32.66%

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

#757471 (or 0x757471) is known color: Dove Grey. HEX triplet: 75, 74 and 71. RGB value is (117,116,113). Sum of RGB (Red+Green+Blue) = 117+116+113=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 117 - color contains mainly: red. Hex color #757471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757471 is #8A8B8E. Grayscale: #737373. Windows color (decimal): -9079695 or 7435381. OLE color: 7435381.

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

Color convert

RGB 117 116 113 -
CMYK 0 0.01 0.03 0.54
HSL 45º 0.02% 0.45% -
HSV(B) 45º 0.03% 0.46% -
XYZ 16.56 17.46 18.12 -
YUV 115.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 117 116 113 0 0.01 0.03 0.54 45 0.02 0.45
Hex 75 74 71 0 1 3 36 2D 2 2D
Octal 165 164 161 0 1 3 66 55 2 55
Binary 1110101 1110100 1110001 0 1 11 110110 101101 10 101101

Color Harmonies of #757471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757471

Black with #757471

Text Example


Text Example

White with #757471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757471; }

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

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

background-color css

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

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

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

border-color css

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

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

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