#79504E

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

Shades of Buccaneer #79504E

Tints of Buccaneer #79504E

Color information

#79504E (or 0x79504E) is unknown color: approx Buccaneer. HEX triplet: 79, 50 and 4E. RGB value is (121,80,78). Sum of RGB (Red+Green+Blue) = 121+80+78=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79504E is #86AFB1. Grayscale: #5C5C5C. Windows color (decimal): -8826802 or 5132409. OLE color: 5132409.

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

Color convert

RGB1218078-
CMYK00.340.360.53
HSL2.79º21.61%39.02%-
HSV(B)2.79º35.54%47.45%-
XYZ12.1310.358.57-
YUV92.03120.08148.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=43.37%
G=28.67%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121807800.340.360.532.7921.6139.02
Hex79504E022243531627
Octal171120116042446532647
Binary11110011010000100111001000101001001101011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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