#785956

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

Shades of Buccaneer #785956

Tints of Buccaneer #785956

Color information

#785956 (or 0x785956) is unknown color: approx Buccaneer. HEX triplet: 78, 59 and 56. RGB value is (120,89,86). Sum of RGB (Red+Green+Blue) = 120+89+86=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #785956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785956 is #87A6A9. Grayscale: #616161. Windows color (decimal): -8890026 or 5659000. OLE color: 5659000.

HSL color Cylindrical-coordinate representation of color #785956: hue angle of 5.29º 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 #785956 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1208986-
CMYK00.260.280.53
HSL5.29º16.5%40.39%-
HSV(B)5.29º28.33%47.06%-
XYZ1311.8110.4-
YUV97.93121.27143.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=40.68%
G=30.17%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120898600.260.280.535.2916.540.39
Hex78595601A1C3551128
Octal170131126032346552150
Binary1111000101100110101100110101110011010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785956; }

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

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

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

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

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

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

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

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