#754F4C

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

Shades of Buccaneer #754F4C

Tints of Buccaneer #754F4C

Color information

#754F4C (or 0x754F4C) is unknown color: approx Buccaneer. HEX triplet: 75, 4F and 4C. RGB value is (117,79,76). Sum of RGB (Red+Green+Blue) = 117+79+76=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F4C is #8AB0B3. Grayscale: #5A5A5A. Windows color (decimal): -9089204 or 5001077. OLE color: 5001077.

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

Color convert

RGB1177976-
CMYK00.320.350.54
HSL4.39º21.24%37.84%-
HSV(B)4.39º35.04%45.88%-
XYZ11.449.98.14-
YUV90.02120.09147.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=43.01%
G=29.04%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117797600.320.350.544.3921.2437.84
Hex754F4C020233641526
Octal165117114040436642546
Binary111010110011111001100010000010001111011010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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