#745A56

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

Shades of Buccaneer #745A56

Tints of Buccaneer #745A56

Color information

#745A56 (or 0x745A56) is unknown color: approx Buccaneer. HEX triplet: 74, 5A and 56. RGB value is (116,90,86). Sum of RGB (Red+Green+Blue) = 116+90+86=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #745A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A56 is #8BA5A9. Grayscale: #616161. Windows color (decimal): -9151914 or 5659252. OLE color: 5659252.

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

Color convert

RGB1169086-
CMYK00.220.260.55
HSL14.85%39.61%-
HSV(B)25.86%45.49%-
XYZ12.5411.710.4-
YUV97.32121.61141.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=39.73%
G=30.82%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116908600.220.260.55814.8539.61
Hex745A560161A378f28
Octal1641321260263267101750
Binary1110100101101010101100101101101011011110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745A56; }

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

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

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

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

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

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

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

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