#724F4F

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

Shades of Buccaneer #724F4F

Tints of Buccaneer #724F4F

Color information

#724F4F (or 0x724F4F) is unknown color: approx Buccaneer. HEX triplet: 72, 4F and 4F. RGB value is (114,79,79). Sum of RGB (Red+Green+Blue) = 114+79+79=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #724F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F4F is #8DB0B0. Grayscale: #595959. Windows color (decimal): -9285809 or 5197682. OLE color: 5197682.

HSL color Cylindrical-coordinate representation of color #724F4F: hue angle of 0º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F4F is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1147979-
CMYK00.310.310.55
HSL18.13%37.84%-
HSV(B)30.7%44.71%-
XYZ11.159.738.69-
YUV89.46122.1145.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=41.91%
G=29.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114797900.310.310.55018.1337.84
Hex724F4F01F1F3701226
Octal162117117037376702246
Binary11100101001111100111101111111111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F4F; }

 p { color: rgb(114,79,79); }

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

<style>
 a { background-color: #724F4F; }

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

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

<style>
 span { border-color: #724F4F; }

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

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