#764E4A

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

Shades of Buccaneer #764E4A

Tints of Buccaneer #764E4A

Color information

#764E4A (or 0x764E4A) is unknown color: approx Buccaneer. HEX triplet: 76, 4E and 4A. RGB value is (118,78,74). Sum of RGB (Red+Green+Blue) = 118+78+74=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E4A is #89B1B5. Grayscale: #595959. Windows color (decimal): -9023926 or 4869750. OLE color: 4869750.

HSL color Cylindrical-coordinate representation of color #764E4A: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764E4A is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1187874-
CMYK00.340.370.54
HSL5.45º22.92%37.65%-
HSV(B)5.45º37.29%46.27%-
XYZ11.439.797.77-
YUV89.5119.25148.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=43.70%
G=28.89%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118787400.340.370.545.4522.9237.65
Hex764E4A022253651726
Octal166116112042456652746
Binary111011010011101001010010001010010111011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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