#76524E

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

Shades of Buccaneer #76524E

Tints of Buccaneer #76524E

Color information

#76524E (or 0x76524E) is unknown color: approx Buccaneer. HEX triplet: 76, 52 and 4E. RGB value is (118,82,78). Sum of RGB (Red+Green+Blue) = 118+82+78=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76524E is #89ADB1. Grayscale: #5C5C5C. Windows color (decimal): -9022898 or 5132918. OLE color: 5132918.

HSL color Cylindrical-coordinate representation of color #76524E: hue angle of 6º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76524E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1188278-
CMYK00.310.340.54
HSL20.41%38.43%-
HSV(B)33.9%46.27%-
XYZ11.8610.448.6-
YUV92.31119.93146.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=42.45%
G=29.50%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118827800.310.340.54620.4138.43
Hex76524E01F223661426
Octal166122116037426662446
Binary11101101010010100111001111110001011011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,82,78); }

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

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

 a { background-color: rgb(118,82,78); }

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

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

 span { border-color: rgb(118,82,78); }

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