Html Css Color HEX #757171 Dim Gray

📋 copy color: '#757171'

red 117 ◦ green 113 ◦ blue 113

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

Shades of Dim Gray #757171

Tints of Dim Gray #757171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 34.11%
G = 32.94%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#757171 (or 0x757171) is known color: Dim Gray. HEX triplet: 75, 71 and 71. RGB value is (117,113,113). Sum of RGB (Red+Green+Blue) = 117+113+113=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 117 - color contains mainly: red. Hex color #757171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757171 is #8A8E8E. Grayscale: #727272. Windows color (decimal): -9080463 or 7434613. OLE color: 7434613.

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

Color convert

RGB 117 113 113 -
CMYK 0 0.03 0.03 0.54
HSL 0.02% 0.45% -
HSV(B) 0.03% 0.46% -
XYZ 16.22 16.78 18.01 -
YUV 114.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 117 113 113 0 0.03 0.03 0.54 0 0.02 0.45
Hex 75 71 71 0 3 3 36 0 2 2D
Octal 165 161 161 0 3 3 66 0 2 55
Binary 1110101 1110001 1110001 0 11 11 110110 0 10 101101

Color Harmonies of #757171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757171

Black with #757171

Text Example


Text Example

White with #757171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757171; }

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

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

background-color css

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

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

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

border-color css

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

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

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