#764E4D

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

Shades of Buccaneer #764E4D

Tints of Buccaneer #764E4D

Color information

#764E4D (or 0x764E4D) is unknown color: approx Buccaneer. HEX triplet: 76, 4E and 4D. RGB value is (118,78,77). Sum of RGB (Red+Green+Blue) = 118+78+77=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E4D is #89B1B2. Grayscale: #595959. Windows color (decimal): -9023923 or 5066358. OLE color: 5066358.

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

Color convert

RGB1187877-
CMYK00.340.350.54
HSL1.46º21.03%38.24%-
HSV(B)1.46º34.75%46.27%-
XYZ11.549.848.31-
YUV89.85120.75148.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=43.22%
G=28.57%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118787700.340.350.541.4621.0338.24
Hex764E4D022233611526
Octal166116115042436612546
Binary1110110100111010011010100010100011110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E4D; }

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

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

<style>
 a { background-color: #764E4D; }

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

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

<style>
 span { border-color: #764E4D; }

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

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