#76514E

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

Shades of Buccaneer #76514E

Tints of Buccaneer #76514E

Color information

#76514E (or 0x76514E) is unknown color: approx Buccaneer. HEX triplet: 76, 51 and 4E. RGB value is (118,81,78). Sum of RGB (Red+Green+Blue) = 118+81+78=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76514E is #89AEB1. Grayscale: #5B5B5B. Windows color (decimal): -9023154 or 5132662. OLE color: 5132662.

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

Color convert

RGB1188178-
CMYK00.310.340.54
HSL4.5º20.41%38.43%-
HSV(B)4.5º33.9%46.27%-
XYZ11.7910.298.57-
YUV91.72120.26146.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=42.60%
G=29.24%
B=28.16%

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
Decimal118817800.310.340.544.520.4138.43
Hex76514E01F223651426
Octal166121116037426652446
Binary11101101010001100111001111110001011011010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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