#794E4B

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

Shades of Buccaneer #794E4B

Tints of Buccaneer #794E4B

Color information

#794E4B (or 0x794E4B) is unknown color: approx Buccaneer. HEX triplet: 79, 4E and 4B. RGB value is (121,78,75). Sum of RGB (Red+Green+Blue) = 121+78+75=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #794E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E4B is #86B1B4. Grayscale: #5A5A5A. Windows color (decimal): -8827317 or 4935289. OLE color: 4935289.

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

Color convert

RGB1217875-
CMYK00.360.380.53
HSL3.91º23.47%38.43%-
HSV(B)3.91º38.02%47.45%-
XYZ11.8810.027.96-
YUV90.52119.25149.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=44.16%
G=28.47%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121787500.360.380.533.9123.4738.43
Hex794E4B024263541726
Octal171116113044466542746
Binary111100110011101001011010010010011011010110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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