#785551

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

Shades of Buccaneer #785551

Tints of Buccaneer #785551

Color information

#785551 (or 0x785551) is unknown color: approx Buccaneer. HEX triplet: 78, 55 and 51. RGB value is (120,85,81). Sum of RGB (Red+Green+Blue) = 120+85+81=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #785551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785551 is #87AAAE. Grayscale: #5F5F5F. Windows color (decimal): -8891055 or 5330296. OLE color: 5330296.

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

Color convert

RGB1208581-
CMYK00.290.320.53
HSL6.15º19.4%39.41%-
HSV(B)6.15º32.5%47.06%-
XYZ12.4811.089.27-
YUV95.01120.1145.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 81 (32.03% from 255) = 28.32%
R=41.96%
G=29.72%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120858100.290.320.536.1519.439.41
Hex78555101D203561327
Octal170125121035406562347
Binary11110001010101101000101110110000011010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785551; }

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

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

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

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

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

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

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

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