Html Css Color HEX #757474 Dim Gray

📋 copy color: '#757474'

red 117 ◦ green 116 ◦ blue 116

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

Shades of Dim Gray #757474

Tints of Dim Gray #757474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 33.52%
G = 33.24%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#757474 (or 0x757474) is known color: Dim Gray. HEX triplet: 75, 74 and 74. RGB value is (117,116,116). Sum of RGB (Red+Green+Blue) = 117+116+116=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 117 - color contains mainly: red. Hex color #757474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757474 is #8A8B8B. Grayscale: #747474. Windows color (decimal): -9079692 or 7631989. OLE color: 7631989.

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

Color convert

RGB 117 116 116 -
CMYK 0 0.01 0.01 0.54
HSL 0% 0.46% -
HSV(B) 0.01% 0.46% -
XYZ 16.73 17.53 19.03 -
YUV 116.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 117 116 116 0 0.01 0.01 0.54 0 0 0.46
Hex 75 74 74 0 1 1 36 0 0 2E
Octal 165 164 164 0 1 1 66 0 0 56
Binary 1110101 1110100 1110100 0 1 1 110110 0 0 101110

Color Harmonies of #757474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757474

Black with #757474

Text Example


Text Example

White with #757474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757474; }

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

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

background-color css

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

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

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

border-color css

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

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

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