Html Css Color HEX #764C49 Buccaneer

📋 copy color: '#764C49'

red 118 ◦ green 76 ◦ blue 73

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

Shades of Buccaneer #764C49

Tints of Buccaneer #764C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 44.19%
G = 28.46%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#764C49 (or 0x764C49) is known color: Buccaneer. HEX triplet: 76, 4C and 49. RGB value is (118,76,73). Sum of RGB (Red+Green+Blue) = 118+76+73=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C49 is #89B3B6. Grayscale: #585858. Windows color (decimal): -9024439 or 4803702. OLE color: 4803702.

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

Color convert

RGB 118 76 73 -
CMYK 0 0.36 0.38 0.54
HSL 0.24% 0.37% -
HSV(B) 0.38% 0.46% -
XYZ 11.26 9.5 7.54 -
YUV 88.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 118 76 73 0 0.36 0.38 0.54 4 0.24 0.37
Hex 76 4C 49 0 24 26 36 4 18 25
Octal 166 114 111 0 44 46 66 4 30 45
Binary 1110110 1001100 1001001 0 100100 100110 110110 100 11000 100101

Color Harmonies of #764C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C49

Black with #764C49

Text Example


Text Example

White with #764C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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