#755954

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

Shades of Buccaneer #755954

Tints of Buccaneer #755954

Color information

#755954 (or 0x755954) is unknown color: approx Buccaneer. HEX triplet: 75, 59 and 54. RGB value is (117,89,84). Sum of RGB (Red+Green+Blue) = 117+89+84=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755954 is #8AA6AB. Grayscale: #606060. Windows color (decimal): -9086636 or 5527925. OLE color: 5527925.

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

Color convert

RGB1178984-
CMYK00.240.280.54
HSL9.09º16.42%39.41%-
HSV(B)9.09º28.21%45.88%-
XYZ12.5111.579.96-
YUV96.8120.78142.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 84 (33.20% from 255) = 28.97%
R=40.34%
G=30.69%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117898400.240.280.549.0916.4239.41
Hex7559540181C3691027
Octal1651311240303466112047
Binary11101011011001101010001100011100110110100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755954; }

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

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

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

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

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

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

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

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