#79424E

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

Shades of Camelot #79424E

Tints of Camelot #79424E

Color information

#79424E (or 0x79424E) is unknown color: approx Camelot. HEX triplet: 79, 42 and 4E. RGB value is (121,66,78). Sum of RGB (Red+Green+Blue) = 121+66+78=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79424E is #86BDB1. Grayscale: #535353. Windows color (decimal): -8830386 or 5128825. OLE color: 5128825.

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

Color convert

RGB1216678-
CMYK00.450.360.53
HSL346.91º29.41%36.67%-
HSV(B)346.91º45.45%47.45%-
XYZ11.218.518.26-
YUV83.81124.72154.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=45.66%
G=24.91%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121667800.450.360.53346.9129.4136.67
Hex79424E02D243515b1d25
Octal17110211605544655333545
Binary111100110000101001110010110110010011010110101101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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