#72504E

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

Shades of Buccaneer #72504E

Tints of Buccaneer #72504E

Color information

#72504E (or 0x72504E) is unknown color: approx Buccaneer. HEX triplet: 72, 50 and 4E. RGB value is (114,80,78). Sum of RGB (Red+Green+Blue) = 114+80+78=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72504E is #8DAFB1. Grayscale: #595959. Windows color (decimal): -9285554 or 5132402. OLE color: 5132402.

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

Color convert

RGB1148078-
CMYK00.300.320.55
HSL3.33º18.75%37.65%-
HSV(B)3.33º31.58%44.71%-
XYZ11.189.868.52-
YUV89.94121.26145.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=41.91%
G=29.41%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114807800.300.320.553.3318.7537.65
Hex72504E01E203731326
Octal162120116036406732346
Binary1110010101000010011100111101000001101111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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