#785755

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

Shades of Buccaneer #785755

Tints of Buccaneer #785755

Color information

#785755 (or 0x785755) is unknown color: approx Buccaneer. HEX triplet: 78, 57 and 55. RGB value is (120,87,85). Sum of RGB (Red+Green+Blue) = 120+87+85=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785755 is #87A8AA. Grayscale: #606060. Windows color (decimal): -8890539 or 5592952. OLE color: 5592952.

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

Color convert

RGB1208785-
CMYK00.280.290.53
HSL3.43º17.07%40.2%-
HSV(B)3.43º29.17%47.06%-
XYZ12.7911.4710.13-
YUV96.64121.43144.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=41.10%
G=29.79%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120878500.280.290.533.4317.0740.2
Hex78575501C1D3531128
Octal170127125034356532150
Binary111100010101111010101011100111011101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785755; }

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

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

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

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

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

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

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

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