#76514B

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

Shades of Buccaneer #76514B

Tints of Buccaneer #76514B

Color information

#76514B (or 0x76514B) is unknown color: approx Buccaneer. HEX triplet: 76, 51 and 4B. RGB value is (118,81,75). Sum of RGB (Red+Green+Blue) = 118+81+75=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76514B is #89AEB4. Grayscale: #5B5B5B. Windows color (decimal): -9023157 or 4936054. OLE color: 4936054.

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

Color convert

RGB1188175-
CMYK00.310.360.54
HSL8.37º22.28%37.84%-
HSV(B)8.37º36.44%46.27%-
XYZ11.6810.248.02-
YUV91.38118.76146.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=43.07%
G=29.56%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118817500.310.360.548.3722.2837.84
Hex76514B01F243681626
Octal1661211130374466102646
Binary111011010100011001011011111100100110110100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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