#755454

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

Shades of Buccaneer #755454

Tints of Buccaneer #755454

Color information

#755454 (or 0x755454) is unknown color: approx Buccaneer. HEX triplet: 75, 54 and 54. RGB value is (117,84,84). Sum of RGB (Red+Green+Blue) = 117+84+84=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755454 is #8AABAB. Grayscale: #5D5D5D. Windows color (decimal): -9087916 or 5526645. OLE color: 5526645.

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

Color convert

RGB1178484-
CMYK00.280.280.54
HSL16.42%39.41%-
HSV(B)28.21%45.88%-
XYZ12.1110.769.83-
YUV93.87122.43144.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=41.05%
G=29.47%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117848400.280.280.54016.4239.41
Hex75545401C1C3601027
Octal165124124034346602047
Binary11101011010100101010001110011100110110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755454; }

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

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

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

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

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

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

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

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