#755956

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

Shades of Buccaneer #755956

Tints of Buccaneer #755956

Color information

#755956 (or 0x755956) is unknown color: approx Buccaneer. HEX triplet: 75, 59 and 56. RGB value is (117,89,86). Sum of RGB (Red+Green+Blue) = 117+89+86=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755956 is #8AA6A9. Grayscale: #616161. Windows color (decimal): -9086634 or 5658997. OLE color: 5658997.

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

Color convert

RGB1178986-
CMYK00.240.260.54
HSL5.81º15.27%39.8%-
HSV(B)5.81º26.5%45.88%-
XYZ12.5911.610.38-
YUV97.03121.78142.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=40.07%
G=30.48%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117898600.240.260.545.8115.2739.8
Hex7559560181A366f28
Octal165131126030326661750
Binary111010110110011010110011000110101101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755956; }

 p { color: rgb(117,89,86); }

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

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

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

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

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

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

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