#745756

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

Shades of Buccaneer #745756

Tints of Buccaneer #745756

Color information

#745756 (or 0x745756) is unknown color: approx Buccaneer. HEX triplet: 74, 57 and 56. RGB value is (116,87,86). Sum of RGB (Red+Green+Blue) = 116+87+86=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745756 is #8BA8A9. Grayscale: #5F5F5F. Windows color (decimal): -9152682 or 5658484. OLE color: 5658484.

HSL color Cylindrical-coordinate representation of color #745756: hue angle of 2º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745756 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1168786-
CMYK00.250.260.55
HSL14.85%39.61%-
HSV(B)25.86%45.49%-
XYZ12.2911.210.32-
YUV95.56122.61142.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=40.14%
G=30.10%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116878600.250.260.55214.8539.61
Hex7457560191A372f28
Octal164127126031326721750
Binary11101001010111101011001100111010110111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745756; }

 p { color: rgb(116,87,86); }

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

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

 a { background-color: rgb(116,87,86); }

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

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

 span { border-color: rgb(116,87,86); }

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