#785656

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

Shades of Buccaneer #785656

Tints of Buccaneer #785656

Color information

#785656 (or 0x785656) is unknown color: approx Buccaneer. HEX triplet: 78, 56 and 56. RGB value is (120,86,86). Sum of RGB (Red+Green+Blue) = 120+86+86=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785656 is #87A9A9. Grayscale: #606060. Windows color (decimal): -8890794 or 5658232. OLE color: 5658232.

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

Color convert

RGB1208686-
CMYK00.280.280.53
HSL16.5%40.39%-
HSV(B)28.33%47.06%-
XYZ12.7511.3210.32-
YUV96.17122.26145-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=41.10%
G=29.45%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120868600.280.280.53016.540.39
Hex78565601C1C3501128
Octal170126126034346502150
Binary11110001010110101011001110011100110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785656; }

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

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

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

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

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

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

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

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