#787272

Color #787272 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #787272

Tints of Dim Gray #787272

Color information

#787272 (or 0x787272) is unknown color: approx Dim Gray. HEX triplet: 78, 72 and 72. RGB value is (120,114,114). Sum of RGB (Red+Green+Blue) = 120+114+114=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 120 - color contains mainly: red. Hex color #787272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787272 is #878D8D. Grayscale: #737373. Windows color (decimal): -8883598 or 7500408. OLE color: 7500408.

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

Color convert

RGB120114114-
CMYK00.050.050.53
HSL2.56%45.88%-
HSV(B)5%47.06%-
XYZ16.817.2418.36-
YUV115.79126.99131-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=34.48%
G=32.76%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011411400.050.050.5302.5645.88
Hex78727205535032e
Octal170162162055650356
Binary1111000111001011100100101101110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787272; }

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

 H1.HeaderClassName
 {
   color: #787272;
 }
 .AnyTagClassName
 {
   color: #787272;
 }
</style>
background-color css

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

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

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

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

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

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