Html Css Color HEX #794D4C Buccaneer

📋 copy color: '#794D4C'

red 121 ◦ green 77 ◦ blue 76

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

Shades of Buccaneer #794D4C

Tints of Buccaneer #794D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 44.16%
G = 28.1%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#794D4C (or 0x794D4C) is known color: Buccaneer. HEX triplet: 79, 4D and 4C. RGB value is (121,77,76). Sum of RGB (Red+Green+Blue) = 121+77+76=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #794D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D4C is #86B2B3. Grayscale: #5A5A5A. Windows color (decimal): -8827572 or 5000569. OLE color: 5000569.

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

Color convert

RGB 121 77 76 -
CMYK 0 0.36 0.37 0.53
HSL 1.33º 0.23% 0.39% -
HSV(B) 1.33º 0.37% 0.47% -
XYZ 11.84 9.89 8.12 -
YUV 90.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 121 77 76 0 0.36 0.37 0.53 1.33 0.23 0.39
Hex 79 4D 4C 0 24 25 35 1 17 27
Octal 171 115 114 0 44 45 65 1 27 47
Binary 1111001 1001101 1001100 0 100100 100101 110101 1 10111 100111

Color Harmonies of #794D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D4C

Black with #794D4C

Text Example


Text Example

White with #794D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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