Html Css Color HEX #794D4A Buccaneer

📋 copy color: '#794D4A'

red 121 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #794D4A

Tints of Buccaneer #794D4A

RGB

 RED value IS 121 (47.66% from 255) = 44.49%

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 44.49%
G = 28.31%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#794D4A (or 0x794D4A) is known color: Buccaneer. HEX triplet: 79, 4D and 4A. RGB value is (121,77,74). Sum of RGB (Red+Green+Blue) = 121+77+74=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D4A is #86B2B5. Grayscale: #595959. Windows color (decimal): -8827574 or 4869497. OLE color: 4869497.

HSL color Cylindrical-coordinate representation of color #794D4A: hue angle of 3.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #794D4A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 77 74 -
CMYK 0 0.36 0.39 0.53
HSL 3.83º 0.24% 0.38% -
HSV(B) 3.83º 0.39% 0.47% -
XYZ 11.78 9.87 7.76 -
YUV 89.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 121 77 74 0 0.36 0.39 0.53 3.83 0.24 0.38
Hex 79 4D 4A 0 24 27 35 4 18 26
Octal 171 115 112 0 44 47 65 4 30 46
Binary 1111001 1001101 1001010 0 100100 100111 110101 100 11000 100110

Color Harmonies of #794D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D4A

Black with #794D4A

Text Example


Text Example

White with #794D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794D4A; }

 p { color: rgb(121,77,74); }

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

background-color css

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

 a { background-color: rgb(121,77,74); }

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

border-color css

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

 span { border-color: rgb(121,77,74); }

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