#785151

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

Shades of Buccaneer #785151

Tints of Buccaneer #785151

Color information

#785151 (or 0x785151) is unknown color: approx Buccaneer. HEX triplet: 78, 51 and 51. RGB value is (120,81,81). Sum of RGB (Red+Green+Blue) = 120+81+81=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785151 is #87AEAE. Grayscale: #5C5C5C. Windows color (decimal): -8892079 or 5329272. OLE color: 5329272.

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

Color convert

RGB1208181-
CMYK00.320.320.53
HSL19.4%39.41%-
HSV(B)32.5%47.06%-
XYZ12.1710.479.16-
YUV92.66121.42147.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=42.55%
G=28.72%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120818100.320.320.53019.439.41
Hex785151020203501327
Octal170121121040406502347
Binary1111000101000110100010100000100000110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785151; }

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

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

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

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

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

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

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

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