#764E4B

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

Shades of Buccaneer #764E4B

Tints of Buccaneer #764E4B

Color information

#764E4B (or 0x764E4B) is unknown color: approx Buccaneer. HEX triplet: 76, 4E and 4B. RGB value is (118,78,75). Sum of RGB (Red+Green+Blue) = 118+78+75=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E4B is #89B1B4. Grayscale: #595959. Windows color (decimal): -9023925 or 4935286. OLE color: 4935286.

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

Color convert

RGB1187875-
CMYK00.340.360.54
HSL4.19º22.28%37.84%-
HSV(B)4.19º36.44%46.27%-
XYZ11.479.817.95-
YUV89.62119.75148.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=43.54%
G=28.78%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118787500.340.360.544.1922.2837.84
Hex764E4B022243641626
Octal166116113042446642646
Binary111011010011101001011010001010010011011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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