#767272

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

Shades of Dim Gray #767272

Tints of Dim Gray #767272

Color information

#767272 (or 0x767272) is unknown color: approx Dim Gray. HEX triplet: 76, 72 and 72. RGB value is (118,114,114). Sum of RGB (Red+Green+Blue) = 118+114+114=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767272 is #898D8D. Grayscale: #737373. Windows color (decimal): -9014670 or 7500406. OLE color: 7500406.

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

Color convert

RGB118114114-
CMYK00.030.030.54
HSL1.72%45.49%-
HSV(B)3.39%46.27%-
XYZ16.5317.118.35-
YUV115.2127.33130-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=34.10%
G=32.95%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411400.030.030.5401.7245.49
Hex76727203336022d
Octal166162162033660255
Binary11101101110010111001001111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767272; }

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

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

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

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

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

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

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

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