#785652

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

Shades of Buccaneer #785652

Tints of Buccaneer #785652

Color information

#785652 (or 0x785652) is unknown color: approx Buccaneer. HEX triplet: 78, 56 and 52. RGB value is (120,86,82). Sum of RGB (Red+Green+Blue) = 120+86+82=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785652 is #87A9AD. Grayscale: #5F5F5F. Windows color (decimal): -8890798 or 5396088. OLE color: 5396088.

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

Color convert

RGB1208682-
CMYK00.280.320.53
HSL6.32º18.81%39.61%-
HSV(B)6.32º31.67%47.06%-
XYZ12.611.269.49-
YUV95.71120.26145.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=41.67%
G=29.86%
B=28.47%

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
Decimal120868200.280.320.536.3218.8139.61
Hex78565201C203561328
Octal170126122034406562350
Binary11110001010110101001001110010000011010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785652; }

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

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

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

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

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

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

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

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