#794A4A

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

Shades of Buccaneer #794A4A

Tints of Buccaneer #794A4A

Color information

#794A4A (or 0x794A4A) is unknown color: approx Buccaneer. HEX triplet: 79, 4A and 4A. RGB value is (121,74,74). Sum of RGB (Red+Green+Blue) = 121+74+74=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #794A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A4A is #86B5B5. Grayscale: #585858. Windows color (decimal): -8828342 or 4868729. OLE color: 4868729.

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

Color convert

RGB1217474-
CMYK00.390.390.53
HSL24.1%38.24%-
HSV(B)38.84%47.45%-
XYZ11.579.467.69-
YUV88.05120.07151.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=44.98%
G=27.51%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121747400.390.390.53024.138.24
Hex794A4A027273501826
Octal171112112047476503046
Binary1111001100101010010100100111100111110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #794A4A;
 }
 .AnyTagClassName
 {
   color: #794A4A;
 }
</style>
background-color css

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

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

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

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

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

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