#794E4A

Color #794E4A Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #794E4A

Tints of Buccaneer #794E4A

Color information

#794E4A (or 0x794E4A) is unknown color: approx 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

RGB1217874-
CMYK00.360.390.53
HSL5.11º24.1%38.24%-
HSV(B)5.11º38.84%47.45%-
XYZ11.8510.017.79-
YUV90.4118.75149.83-

RGB Variations

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

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.30% from 255) = 27.11%
R=44.32%
G=28.57%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121787400.360.390.535.1124.138.24
Hex794E4A024273551826
Octal171116112044476553046
Binary111100110011101001010010010010011111010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>