#786060

Color #786060 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #786060

Tints of Light Wood #786060

Color information

#786060 (or 0x786060) is unknown color: approx Light Wood. HEX triplet: 78, 60 and 60. RGB value is (120,96,96). Sum of RGB (Red+Green+Blue) = 120+96+96=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786060 is #879F9F. Grayscale: #676767. Windows color (decimal): -8888224 or 6316152. OLE color: 6316152.

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

Color convert

RGB1209696-
CMYK00.20.20.53
HSL11.11%42.35%-
HSV(B)20%47.06%-
XYZ14.0413.212.87-
YUV103.18123.95140-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120969600.20.20.53011.1142.35
Hex78606001414350b2a
Octal170140140024246501352
Binary1111000110000011000000101001010011010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786060; }

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

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

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

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

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

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

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

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