#754E4E

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

Shades of Buccaneer #754E4E

Tints of Buccaneer #754E4E

Color information

#754E4E (or 0x754E4E) is unknown color: approx Buccaneer. HEX triplet: 75, 4E and 4E. RGB value is (117,78,78). Sum of RGB (Red+Green+Blue) = 117+78+78=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E4E is #8AB1B1. Grayscale: #595959. Windows color (decimal): -9089458 or 5131893. OLE color: 5131893.

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

Color convert

RGB1177878-
CMYK00.330.330.54
HSL20%38.24%-
HSV(B)33.33%45.88%-
XYZ11.449.788.49-
YUV89.66121.42147.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117787800.330.330.5402038.24
Hex754E4E021213601426
Octal165116116041416602446
Binary1110101100111010011100100001100001110110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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