#785753

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

Shades of Buccaneer #785753

Tints of Buccaneer #785753

Color information

#785753 (or 0x785753) is unknown color: approx Buccaneer. HEX triplet: 78, 57 and 53. RGB value is (120,87,83). Sum of RGB (Red+Green+Blue) = 120+87+83=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785753 is #87A8AC. Grayscale: #606060. Windows color (decimal): -8890541 or 5461880. OLE color: 5461880.

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

Color convert

RGB1208783-
CMYK00.280.310.53
HSL6.49º18.23%39.8%-
HSV(B)6.49º30.83%47.06%-
XYZ12.7211.439.72-
YUV96.41120.43144.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=41.38%
G=30%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120878300.280.310.536.4918.2339.8
Hex78575301C1F3561228
Octal170127123034376562250
Binary1111000101011110100110111001111111010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785753; }

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

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

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

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

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

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

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

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