Html Css Color HEX #764949 Buccaneer

📋 copy color: '#764949'

red 118 ◦ green 73 ◦ blue 73

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

Shades of Buccaneer #764949

Tints of Buccaneer #764949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 44.7%
G = 27.65%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#764949 (or 0x764949) is known color: Buccaneer. HEX triplet: 76, 49 and 49. RGB value is (118,73,73). Sum of RGB (Red+Green+Blue) = 118+73+73=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764949 is #89B6B6. Grayscale: #565656. Windows color (decimal): -9025207 or 4802934. OLE color: 4802934.

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

Color convert

RGB 118 73 73 -
CMYK 0 0.38 0.38 0.54
HSL 0.24% 0.37% -
HSV(B) 0.38% 0.46% -
XYZ 11.06 9.1 7.48 -
YUV 86.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 118 73 73 0 0.38 0.38 0.54 0 0.24 0.37
Hex 76 49 49 0 26 26 36 0 18 25
Octal 166 111 111 0 46 46 66 0 30 45
Binary 1110110 1001001 1001001 0 100110 100110 110110 0 11000 100101

Color Harmonies of #764949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764949

Black with #764949

Text Example


Text Example

White with #764949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764949; }

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

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

background-color css

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

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

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

border-color css

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

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

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