#785351

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

Shades of Buccaneer #785351

Tints of Buccaneer #785351

Color information

#785351 (or 0x785351) is unknown color: approx Buccaneer. HEX triplet: 78, 53 and 51. RGB value is (120,83,81). Sum of RGB (Red+Green+Blue) = 120+83+81=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #785351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785351 is #87ACAE. Grayscale: #5D5D5D. Windows color (decimal): -8891567 or 5329784. OLE color: 5329784.

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

Color convert

RGB1208381-
CMYK00.310.320.53
HSL3.08º19.4%39.41%-
HSV(B)3.08º32.5%47.06%-
XYZ12.3210.779.21-
YUV93.84120.76146.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=42.25%
G=29.23%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120838100.310.320.533.0819.439.41
Hex78535101F203531327
Octal170123121037406532347
Binary1111000101001110100010111111000001101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785351; }

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

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

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

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

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

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

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

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