#785851

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

Shades of Buccaneer #785851

Tints of Buccaneer #785851

Color information

#785851 (or 0x785851) is unknown color: approx Buccaneer. HEX triplet: 78, 58 and 51. RGB value is (120,88,81). Sum of RGB (Red+Green+Blue) = 120+88+81=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785851 is #87A7AE. Grayscale: #606060. Windows color (decimal): -8890287 or 5331064. OLE color: 5331064.

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

Color convert

RGB1208881-
CMYK00.270.320.53
HSL10.77º19.4%39.41%-
HSV(B)10.77º32.5%47.06%-
XYZ12.7211.579.35-
YUV96.77119.1144.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=41.52%
G=30.45%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120888100.270.320.5310.7719.439.41
Hex78585101B2035b1327
Octal1701301210334065132347
Binary111100010110001010001011011100000110101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785851; }

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

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

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

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

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

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

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

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