Html Css Color HEX #794C4A Buccaneer

📋 copy color: '#794C4A'

red 121 ◦ green 76 ◦ blue 74

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

Shades of Buccaneer #794C4A

Tints of Buccaneer #794C4A

RGB

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

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

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

R = 44.65%
G = 28.04%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#794C4A (or 0x794C4A) is known color: Buccaneer. HEX triplet: 79, 4C and 4A. RGB value is (121,76,74). Sum of RGB (Red+Green+Blue) = 121+76+74=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #794C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C4A is #86B3B5. Grayscale: #595959. Windows color (decimal): -8827830 or 4869241. OLE color: 4869241.

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

Color convert

RGB 121 76 74 -
CMYK 0 0.37 0.39 0.53
HSL 2.55º 0.24% 0.38% -
HSV(B) 2.55º 0.39% 0.47% -
XYZ 11.71 9.73 7.74 -
YUV 89.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 121 76 74 0 0.37 0.39 0.53 2.55 0.24 0.38
Hex 79 4C 4A 0 25 27 35 3 18 26
Octal 171 114 112 0 45 47 65 3 30 46
Binary 1111001 1001100 1001010 0 100101 100111 110101 11 11000 100110

Color Harmonies of #794C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794C4A

Black with #794C4A

Text Example


Text Example

White with #794C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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