#79424C

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

Shades of Camelot #79424C

Tints of Camelot #79424C

Color information

#79424C (or 0x79424C) is unknown color: approx Camelot. HEX triplet: 79, 42 and 4C. RGB value is (121,66,76). Sum of RGB (Red+Green+Blue) = 121+66+76=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79424C is #86BDB3. Grayscale: #535353. Windows color (decimal): -8830388 or 4997753. OLE color: 4997753.

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

Color convert

RGB1216676-
CMYK00.450.370.53
HSL349.09º29.41%36.67%-
HSV(B)349.09º45.45%47.45%-
XYZ11.148.487.89-
YUV83.58123.72154.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=46.01%
G=25.10%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121667600.450.370.53349.0929.4136.67
Hex79424C02D253515d1d25
Octal17110211405545655353545
Binary111100110000101001100010110110010111010110101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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