Html Css Color HEX #747272 Dim Gray

📋 copy color: '#747272'

red 116 ◦ green 114 ◦ blue 114

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

Shades of Dim Gray #747272

Tints of Dim Gray #747272

RGB

 RED value IS 116 (45.7% from 255) = 33.72%

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 33.72%
G = 33.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#747272 (or 0x747272) is known color: Dim Gray. HEX triplet: 74, 72 and 72. RGB value is (116,114,114). Sum of RGB (Red+Green+Blue) = 116+114+114=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 116 - color contains mainly: red. Hex color #747272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747272 is #8B8D8D. Grayscale: #727272. Windows color (decimal): -9145742 or 7500404. OLE color: 7500404.

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

Color convert

RGB 116 114 114 -
CMYK 0 0.02 0.02 0.55
HSL 0.01% 0.45% -
HSV(B) 0.02% 0.45% -
XYZ 16.26 16.96 18.34 -
YUV 114.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 116 114 114 0 0.02 0.02 0.55 0 0.01 0.45
Hex 74 72 72 0 2 2 37 0 1 2D
Octal 164 162 162 0 2 2 67 0 1 55
Binary 1110100 1110010 1110010 0 10 10 110111 0 1 101101

Color Harmonies of #747272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747272

Black with #747272

Text Example


Text Example

White with #747272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747272; }

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

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

background-color css

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

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

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

border-color css

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

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

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