Html Css Color HEX #794E4A Buccaneer

📋 copy color: '#794E4A'

red 121 ◦ green 78 ◦ blue 74

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

Shades of Buccaneer #794E4A

Tints of Buccaneer #794E4A

RGB

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

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

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

R = 44.32%
G = 28.57%
B = 27.11%

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

#794E4A (or 0x794E4A) is known color: Buccaneer. HEX triplet: 79, 4E and 4A. RGB value is (121,78,74). Sum of RGB (Red+Green+Blue) = 121+78+74=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E4A is #86B1B5. Grayscale: #5A5A5A. Windows color (decimal): -8827318 or 4869753. OLE color: 4869753.

HSL color Cylindrical-coordinate representation of color #794E4A: hue angle of 5.11º 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 #794E4A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 78 74 -
CMYK 0 0.36 0.39 0.53
HSL 5.11º 0.24% 0.38% -
HSV(B) 5.11º 0.39% 0.47% -
XYZ 11.85 10.01 7.79 -
YUV 90.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 121 78 74 0 0.36 0.39 0.53 5.11 0.24 0.38
Hex 79 4E 4A 0 24 27 35 5 18 26
Octal 171 116 112 0 44 47 65 5 30 46
Binary 1111001 1001110 1001010 0 100100 100111 110101 101 11000 100110

Color Harmonies of #794E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794E4A

Black with #794E4A

Text Example


Text Example

White with #794E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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