#785655

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

Shades of Buccaneer #785655

Tints of Buccaneer #785655

Color information

#785655 (or 0x785655) is unknown color: approx Buccaneer. HEX triplet: 78, 56 and 55. RGB value is (120,86,85). Sum of RGB (Red+Green+Blue) = 120+86+85=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785655 is #87A9AA. Grayscale: #606060. Windows color (decimal): -8890795 or 5592696. OLE color: 5592696.

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

Color convert

RGB1208685-
CMYK00.280.290.53
HSL1.71º17.07%40.2%-
HSV(B)1.71º29.17%47.06%-
XYZ12.7111.310.11-
YUV96.05121.76145.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=41.24%
G=29.55%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120868500.280.290.531.7117.0740.2
Hex78565501C1D3521128
Octal170126125034356522150
Binary111100010101101010101011100111011101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785655; }

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

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

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

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

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

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

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

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