#714F4C

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

Shades of Buccaneer #714F4C

Tints of Buccaneer #714F4C

Color information

#714F4C (or 0x714F4C) is unknown color: approx Buccaneer. HEX triplet: 71, 4F and 4C. RGB value is (113,79,76). Sum of RGB (Red+Green+Blue) = 113+79+76=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F4C is #8EB0B3. Grayscale: #585858. Windows color (decimal): -9351348 or 5001073. OLE color: 5001073.

HSL color Cylindrical-coordinate representation of color #714F4C: hue angle of 4.86º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #714F4C is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1137976-
CMYK00.300.330.56
HSL4.86º19.58%37.06%-
HSV(B)4.86º32.74%44.31%-
XYZ10.919.628.12-
YUV88.82120.76145.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=42.16%
G=29.48%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113797600.300.330.564.8619.5837.06
Hex714F4C01E213851425
Octal161117114036417052445
Binary11100011001111100110001111010000111100010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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