Html Css Color HEX #764E49 Buccaneer

📋 copy color: '#764E49'

red 118 ◦ green 78 ◦ blue 73

#764E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #764E49

Tints of Buccaneer #764E49

RGB

 RED value IS 118 (46.48% from 255) = 43.87%

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 43.87%
G = 29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#764E49 (or 0x764E49) is known color: Buccaneer. HEX triplet: 76, 4E and 49. RGB value is (118,78,73). Sum of RGB (Red+Green+Blue) = 118+78+73=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E49 is #89B1B6. Grayscale: #595959. Windows color (decimal): -9023927 or 4804214. OLE color: 4804214.

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

Color convert

RGB 118 78 73 -
CMYK 0 0.34 0.38 0.54
HSL 6.67º 0.24% 0.37% -
HSV(B) 6.67º 0.38% 0.46% -
XYZ 11.4 9.78 7.59 -
YUV 89.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 118 78 73 0 0.34 0.38 0.54 6.67 0.24 0.37
Hex 76 4E 49 0 22 26 36 7 18 25
Octal 166 116 111 0 42 46 66 7 30 45
Binary 1110110 1001110 1001001 0 100010 100110 110110 111 11000 100101

Color Harmonies of #764E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E49

Black with #764E49

Text Example


Text Example

White with #764E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #764E49;
 }
 .AnyTagClassName
 {
   color: #764E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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