#785752

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

Shades of Buccaneer #785752

Tints of Buccaneer #785752

Color information

#785752 (or 0x785752) is unknown color: approx Buccaneer. HEX triplet: 78, 57 and 52. RGB value is (120,87,82). Sum of RGB (Red+Green+Blue) = 120+87+82=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785752 is #87A8AD. Grayscale: #606060. Windows color (decimal): -8890542 or 5396344. OLE color: 5396344.

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

Color convert

RGB1208782-
CMYK00.280.320.53
HSL7.89º18.81%39.61%-
HSV(B)7.89º31.67%47.06%-
XYZ12.6811.429.52-
YUV96.3119.93144.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=41.52%
G=30.10%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120878200.280.320.537.8918.8139.61
Hex78575201C203581328
Octal1701271220344065102350
Binary111100010101111010010011100100000110101100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785752; }

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

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

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

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

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

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

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

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