#754E47

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

Shades of Buccaneer #754E47

Tints of Buccaneer #754E47

Color information

#754E47 (or 0x754E47) is unknown color: approx Buccaneer. HEX triplet: 75, 4E and 47. RGB value is (117,78,71). Sum of RGB (Red+Green+Blue) = 117+78+71=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E47 is #8AB1B8. Grayscale: #585858. Windows color (decimal): -9089465 or 4673141. OLE color: 4673141.

HSL color Cylindrical-coordinate representation of color #754E47: hue angle of 9.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754E47 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1177871-
CMYK00.330.390.54
HSL9.13º24.47%36.86%-
HSV(B)9.13º39.32%45.88%-
XYZ11.29.697.24-
YUV88.86117.92148.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=43.98%
G=29.32%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117787100.330.390.549.1324.4736.86
Hex754E47021273691825
Octal1651161070414766113045
Binary1110101100111010001110100001100111110110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754E47; }

 p { color: rgb(117,78,71); }

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

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

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

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

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

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

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