#794C4C

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

Shades of Buccaneer #794C4C

Tints of Buccaneer #794C4C

Color information

#794C4C (or 0x794C4C) is unknown color: approx Buccaneer. HEX triplet: 79, 4C and 4C. RGB value is (121,76,76). Sum of RGB (Red+Green+Blue) = 121+76+76=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C4C is #86B3B3. Grayscale: #595959. Windows color (decimal): -8827828 or 5000313. OLE color: 5000313.

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

Color convert

RGB1217676-
CMYK00.370.370.53
HSL22.84%38.63%-
HSV(B)37.19%47.45%-
XYZ11.779.768.1-
YUV89.46120.41150.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=44.32%
G=27.84%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121767600.370.370.53022.8438.63
Hex794C4C025253501727
Octal171114114045456502747
Binary1111001100110010011000100101100101110101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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