#767070

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

Shades of Dim Gray #767070

Tints of Dim Gray #767070

Color information

#767070 (or 0x767070) is unknown color: approx Dim Gray. HEX triplet: 76, 70 and 70. RGB value is (118,112,112). Sum of RGB (Red+Green+Blue) = 118+112+112=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #767070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767070 is #898F8F. Grayscale: #717171. Windows color (decimal): -9015184 or 7368822. OLE color: 7368822.

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

Color convert

RGB118112112-
CMYK00.050.050.54
HSL2.61%45.1%-
HSV(B)5.08%46.27%-
XYZ16.1916.6117.68-
YUV113.79126.99131-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=34.50%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811211200.050.050.5402.6145.1
Hex76707005536032d
Octal166160160055660355
Binary1110110111000011100000101101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767070; }

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

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

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

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

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

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

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

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