#725755

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

Shades of Buccaneer #725755

Tints of Buccaneer #725755

Color information

#725755 (or 0x725755) is unknown color: approx Buccaneer. HEX triplet: 72, 57 and 55. RGB value is (114,87,85). Sum of RGB (Red+Green+Blue) = 114+87+85=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725755 is #8DA8AA. Grayscale: #5E5E5E. Windows color (decimal): -9283755 or 5592946. OLE color: 5592946.

HSL color Cylindrical-coordinate representation of color #725755: hue angle of 4.14º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725755 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1148785-
CMYK00.240.250.55
HSL4.14º14.57%39.02%-
HSV(B)4.14º25.44%44.71%-
XYZ11.9911.0510.1-
YUV94.84122.45141.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=39.86%
G=30.42%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114878500.240.250.554.1414.5739.02
Hex72575501819374f27
Octal162127125030316741747
Binary111001010101111010101011000110011101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725755; }

 p { color: rgb(114,87,85); }

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

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

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

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

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

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

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