#785955

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

Shades of Buccaneer #785955

Tints of Buccaneer #785955

Color information

#785955 (or 0x785955) is unknown color: approx Buccaneer. HEX triplet: 78, 59 and 55. RGB value is (120,89,85). Sum of RGB (Red+Green+Blue) = 120+89+85=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785955 is #87A6AA. Grayscale: #616161. Windows color (decimal): -8890027 or 5593464. OLE color: 5593464.

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

Color convert

RGB1208985-
CMYK00.260.290.53
HSL6.86º17.07%40.2%-
HSV(B)6.86º29.17%47.06%-
XYZ12.9611.7910.19-
YUV97.81120.77143.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=40.82%
G=30.27%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120898500.260.290.536.8617.0740.2
Hex78595501A1D3571128
Octal170131125032356572150
Binary1111000101100110101010110101110111010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785955; }

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

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

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

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

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

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

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

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