#72504F

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

Shades of Buccaneer #72504F

Tints of Buccaneer #72504F

Color information

#72504F (or 0x72504F) is unknown color: approx Buccaneer. HEX triplet: 72, 50 and 4F. RGB value is (114,80,79). Sum of RGB (Red+Green+Blue) = 114+80+79=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72504F is #8DAFB0. Grayscale: #5A5A5A. Windows color (decimal): -9285553 or 5197938. OLE color: 5197938.

HSL color Cylindrical-coordinate representation of color #72504F: hue angle of 1.71º 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 #72504F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1148079-
CMYK00.300.310.55
HSL1.71º18.13%37.84%-
HSV(B)1.71º30.7%44.71%-
XYZ11.229.888.71-
YUV90.05121.76145.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=41.76%
G=29.30%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114807900.300.310.551.7118.1337.84
Hex72504F01E1F3721226
Octal162120117036376722246
Binary111001010100001001111011110111111101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72504F; }

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

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

<style>
 a { background-color: #72504F; }

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

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

<style>
 span { border-color: #72504F; }

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

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