#754F4E

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

Shades of Buccaneer #754F4E

Tints of Buccaneer #754F4E

Color information

#754F4E (or 0x754F4E) is unknown color: approx Buccaneer. HEX triplet: 75, 4F and 4E. RGB value is (117,79,78). Sum of RGB (Red+Green+Blue) = 117+79+78=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F4E is #8AB0B1. Grayscale: #5A5A5A. Windows color (decimal): -9089202 or 5132149. OLE color: 5132149.

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

Color convert

RGB1177978-
CMYK00.320.330.54
HSL1.54º20%38.24%-
HSV(B)1.54º33.33%45.88%-
XYZ11.519.928.52-
YUV90.25121.09147.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=42.70%
G=28.83%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117797800.320.330.541.542038.24
Hex754F4E020213621426
Octal165117116040416622446
Binary11101011001111100111001000001000011101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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