#715754

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

Shades of Buccaneer #715754

Tints of Buccaneer #715754

Color information

#715754 (or 0x715754) is unknown color: approx Buccaneer. HEX triplet: 71, 57 and 54. RGB value is (113,87,84). Sum of RGB (Red+Green+Blue) = 113+87+84=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715754 is #8EA8AB. Grayscale: #5E5E5E. Windows color (decimal): -9349292 or 5527409. OLE color: 5527409.

HSL color Cylindrical-coordinate representation of color #715754: hue angle of 6.21º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715754 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1138784-
CMYK00.230.260.56
HSL6.21º14.72%38.63%-
HSV(B)6.21º25.66%44.31%-
XYZ11.8210.979.88-
YUV94.43122.11141.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=39.79%
G=30.63%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113878400.230.260.566.2114.7238.63
Hex7157540171A386f27
Octal161127124027327061747
Binary111000110101111010100010111110101110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715754; }

 p { color: rgb(113,87,84); }

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

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

 a { background-color: rgb(113,87,84); }

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

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

 span { border-color: rgb(113,87,84); }

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