#794F4D

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

Shades of Buccaneer #794F4D

Tints of Buccaneer #794F4D

Color information

#794F4D (or 0x794F4D) is unknown color: approx Buccaneer. HEX triplet: 79, 4F and 4D. RGB value is (121,79,77). Sum of RGB (Red+Green+Blue) = 121+79+77=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #794F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F4D is #86B0B2. Grayscale: #5B5B5B. Windows color (decimal): -8827059 or 5066617. OLE color: 5066617.

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

Color convert

RGB1217977-
CMYK00.350.360.53
HSL2.73º22.22%38.82%-
HSV(B)2.73º36.36%47.45%-
XYZ12.0210.198.36-
YUV91.33119.91149.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=43.68%
G=28.52%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121797700.350.360.532.7322.2238.82
Hex794F4D023243531627
Octal171117115043446532647
Binary11110011001111100110101000111001001101011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,79,77); }

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

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

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

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

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

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

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