#785A56

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

Shades of Buccaneer #785A56

Tints of Buccaneer #785A56

Color information

#785A56 (or 0x785A56) is unknown color: approx Buccaneer. HEX triplet: 78, 5A and 56. RGB value is (120,90,86). Sum of RGB (Red+Green+Blue) = 120+90+86=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #785A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A56 is #87A5A9. Grayscale: #626262. Windows color (decimal): -8889770 or 5659256. OLE color: 5659256.

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

Color convert

RGB1209086-
CMYK00.250.280.53
HSL7.06º16.5%40.39%-
HSV(B)7.06º28.33%47.06%-
XYZ13.0811.9810.43-
YUV98.51120.94143.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=40.54%
G=30.41%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120908600.250.280.537.0616.540.39
Hex785A560191C3571128
Octal170132126031346572150
Binary1111000101101010101100110011110011010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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