#785A55

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

Shades of Buccaneer #785A55

Tints of Buccaneer #785A55

Color information

#785A55 (or 0x785A55) is unknown color: approx Buccaneer. HEX triplet: 78, 5A and 55. RGB value is (120,90,85). Sum of RGB (Red+Green+Blue) = 120+90+85=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #785A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A55 is #87A5AA. Grayscale: #626262. Windows color (decimal): -8889771 or 5593720. OLE color: 5593720.

HSL color Cylindrical-coordinate representation of color #785A55: hue angle of 8.57º 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 #785A55 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1209085-
CMYK00.250.290.53
HSL8.57º17.07%40.2%-
HSV(B)8.57º29.17%47.06%-
XYZ13.0411.9610.22-
YUV98.4120.44143.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=40.68%
G=30.51%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120908500.250.290.538.5717.0740.2
Hex785A550191D3591128
Octal1701321250313565112150
Binary11110001011010101010101100111101110101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785A55; }

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

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

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

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

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

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

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

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