#745656

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

Shades of Buccaneer #745656

Tints of Buccaneer #745656

Color information

#745656 (or 0x745656) is unknown color: approx Buccaneer. HEX triplet: 74, 56 and 56. RGB value is (116,86,86). Sum of RGB (Red+Green+Blue) = 116+86+86=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745656 is #8BA9A9. Grayscale: #5F5F5F. Windows color (decimal): -9152938 or 5658228. OLE color: 5658228.

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

Color convert

RGB1168686-
CMYK00.260.260.55
HSL14.85%39.61%-
HSV(B)25.86%45.49%-
XYZ12.2111.0410.29-
YUV94.97122.94143-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=40.28%
G=29.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116868600.260.260.55014.8539.61
Hex74565601A1A370f28
Octal164126126032326701750
Binary1110100101011010101100110101101011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745656; }

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

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

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

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

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

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

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

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