#79504C

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

Shades of Buccaneer #79504C

Tints of Buccaneer #79504C

Color information

#79504C (or 0x79504C) is unknown color: approx Buccaneer. HEX triplet: 79, 50 and 4C. RGB value is (121,80,76). Sum of RGB (Red+Green+Blue) = 121+80+76=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79504C is #86AFB3. Grayscale: #5B5B5B. Windows color (decimal): -8826804 or 5001337. OLE color: 5001337.

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

Color convert

RGB1218076-
CMYK00.340.370.53
HSL5.33º22.84%38.63%-
HSV(B)5.33º37.19%47.45%-
XYZ12.0610.328.19-
YUV91.8119.08148.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=43.68%
G=28.88%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121807600.340.370.535.3322.8438.63
Hex79504C022253551727
Octal171120114042456552747
Binary111100110100001001100010001010010111010110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79504C; }

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

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

<style>
 a { background-color: #79504C; }

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

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

<style>
 span { border-color: #79504C; }

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

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