#76504C

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

Shades of Buccaneer #76504C

Tints of Buccaneer #76504C

Color information

#76504C (or 0x76504C) is unknown color: approx Buccaneer. HEX triplet: 76, 50 and 4C. RGB value is (118,80,76). Sum of RGB (Red+Green+Blue) = 118+80+76=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76504C is #89AFB3. Grayscale: #5A5A5A. Windows color (decimal): -9023412 or 5001334. OLE color: 5001334.

HSL color Cylindrical-coordinate representation of color #76504C: hue angle of 5.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76504C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188076-
CMYK00.320.360.54
HSL5.71º21.65%38.04%-
HSV(B)5.71º35.59%46.27%-
XYZ11.6410.118.18-
YUV90.91119.59147.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=43.07%
G=29.20%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118807600.320.360.545.7121.6538.04
Hex76504C020243661626
Octal166120114040446662646
Binary111011010100001001100010000010010011011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76504C; }

 p { color: rgb(118,80,76); }

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

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

 a { background-color: rgb(118,80,76); }

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

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

 span { border-color: rgb(118,80,76); }

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