#76504E

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

Shades of Buccaneer #76504E

Tints of Buccaneer #76504E

Color information

#76504E (or 0x76504E) is unknown color: approx Buccaneer. HEX triplet: 76, 50 and 4E. RGB value is (118,80,78). Sum of RGB (Red+Green+Blue) = 118+80+78=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76504E is #89AFB1. Grayscale: #5B5B5B. Windows color (decimal): -9023410 or 5132406. OLE color: 5132406.

HSL color Cylindrical-coordinate representation of color #76504E: hue angle of 3º 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 #76504E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1188078-
CMYK00.320.340.54
HSL20.41%38.43%-
HSV(B)33.9%46.27%-
XYZ11.7210.148.55-
YUV91.13120.59147.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=42.75%
G=28.99%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118807800.320.340.54320.4138.43
Hex76504E020223631426
Octal166120116040426632446
Binary11101101010000100111001000001000101101101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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