#76534D

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

Shades of Buccaneer #76534D

Tints of Buccaneer #76534D

Color information

#76534D (or 0x76534D) is unknown color: approx Buccaneer. HEX triplet: 76, 53 and 4D. RGB value is (118,83,77). Sum of RGB (Red+Green+Blue) = 118+83+77=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76534D is #89ACB2. Grayscale: #5C5C5C. Windows color (decimal): -9022643 or 5067638. OLE color: 5067638.

HSL color Cylindrical-coordinate representation of color #76534D: hue angle of 8.78º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76534D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1188377-
CMYK00.300.350.54
HSL8.78º21.03%38.24%-
HSV(B)8.78º34.75%46.27%-
XYZ11.910.578.43-
YUV92.78119.1145.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=42.45%
G=29.86%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118837700.300.350.548.7821.0338.24
Hex76534D01E233691526
Octal1661231150364366112546
Binary111011010100111001101011110100011110110100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76534D; }

 p { color: rgb(118,83,77); }

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

<style>
 a { background-color: #76534D; }

 a { background-color: rgb(118,83,77); }

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

<style>
 span { border-color: #76534D; }

 span { border-color: rgb(118,83,77); }

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