#745655

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

Shades of Buccaneer #745655

Tints of Buccaneer #745655

Color information

#745655 (or 0x745655) is unknown color: approx Buccaneer. HEX triplet: 74, 56 and 55. RGB value is (116,86,85). Sum of RGB (Red+Green+Blue) = 116+86+85=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745655 is #8BA9AA. Grayscale: #5E5E5E. Windows color (decimal): -9152939 or 5592692. OLE color: 5592692.

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

Color convert

RGB1168685-
CMYK00.260.270.55
HSL1.94º15.42%39.41%-
HSV(B)1.94º26.72%45.49%-
XYZ12.1711.0210.08-
YUV94.86122.44143.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=40.42%
G=29.97%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116868500.260.270.551.9415.4239.41
Hex74565501A1B372f27
Octal164126125032336721747
Binary11101001010110101010101101011011110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745655; }

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

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

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

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

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

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

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

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