#755A54

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

Shades of Buccaneer #755A54

Tints of Buccaneer #755A54

Color information

#755A54 (or 0x755A54) is unknown color: approx Buccaneer. HEX triplet: 75, 5A and 54. RGB value is (117,90,84). Sum of RGB (Red+Green+Blue) = 117+90+84=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A54 is #8AA5AB. Grayscale: #616161. Windows color (decimal): -9086380 or 5528181. OLE color: 5528181.

HSL color Cylindrical-coordinate representation of color #755A54: hue angle of 10.91º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755A54 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1179084-
CMYK00.230.280.54
HSL10.91º16.42%39.41%-
HSV(B)10.91º28.21%45.88%-
XYZ12.5911.739.99-
YUV97.39120.45141.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=40.21%
G=30.93%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117908400.230.280.5410.9116.4239.41
Hex755A540171C36b1027
Octal1651321240273466132047
Binary11101011011010101010001011111100110110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A54; }

 p { color: rgb(117,90,84); }

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

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

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

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

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

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

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