#79404E

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

Shades of Camelot #79404E

Tints of Camelot #79404E

Color information

#79404E (or 0x79404E) is unknown color: approx Camelot. HEX triplet: 79, 40 and 4E. RGB value is (121,64,78). Sum of RGB (Red+Green+Blue) = 121+64+78=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79404E is #86BFB1. Grayscale: #525252. Windows color (decimal): -8830898 or 5128313. OLE color: 5128313.

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

Color convert

RGB1216478-
CMYK00.470.360.53
HSL345.26º30.81%36.27%-
HSV(B)345.26º47.11%47.45%-
XYZ11.098.288.22-
YUV82.64125.38155.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=46.01%
G=24.33%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121647800.470.360.53345.2630.8136.27
Hex79404E02F24351591f24
Octal17110011605744655313744
Binary111100110000001001110010111110010011010110101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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