#785750

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

Shades of Buccaneer #785750

Tints of Buccaneer #785750

Color information

#785750 (or 0x785750) is unknown color: approx Buccaneer. HEX triplet: 78, 57 and 50. RGB value is (120,87,80). Sum of RGB (Red+Green+Blue) = 120+87+80=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785750 is #87A8AF. Grayscale: #606060. Windows color (decimal): -8890544 or 5265272. OLE color: 5265272.

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

Color convert

RGB1208780-
CMYK00.280.330.53
HSL10.5º20%39.22%-
HSV(B)10.5º33.33%47.06%-
XYZ12.611.399.12-
YUV96.07118.93145.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=41.81%
G=30.31%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120878000.280.330.5310.52039.22
Hex78575001C2135b1427
Octal1701271200344165132447
Binary111100010101111010000011100100001110101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785750; }

 p { color: rgb(120,87,80); }

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

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

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

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

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

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

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