#755656

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

Shades of Buccaneer #755656

Tints of Buccaneer #755656

Color information

#755656 (or 0x755656) is unknown color: approx Buccaneer. HEX triplet: 75, 56 and 56. RGB value is (117,86,86). Sum of RGB (Red+Green+Blue) = 117+86+86=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755656 is #8AA9A9. Grayscale: #5F5F5F. Windows color (decimal): -9087402 or 5658229. OLE color: 5658229.

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

Color convert

RGB1178686-
CMYK00.260.260.54
HSL15.27%39.8%-
HSV(B)26.5%45.88%-
XYZ12.3411.1110.3-
YUV95.27122.77143.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=40.48%
G=29.76%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117868600.260.260.54015.2739.8
Hex75565601A1A360f28
Octal165126126032326601750
Binary1110101101011010101100110101101011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755656; }

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

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

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

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

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

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

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

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