#79404B

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

Shades of Camelot #79404B

Tints of Camelot #79404B

Color information

#79404B (or 0x79404B) is unknown color: approx Camelot. HEX triplet: 79, 40 and 4B. RGB value is (121,64,75). Sum of RGB (Red+Green+Blue) = 121+64+75=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #79404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79404B is #86BFB4. Grayscale: #525252. Windows color (decimal): -8830901 or 4931705. OLE color: 4931705.

HSL color Cylindrical-coordinate representation of color #79404B: hue angle of 348.42º 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 #79404B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1216475-
CMYK00.470.380.53
HSL348.42º30.81%36.27%-
HSV(B)348.42º47.11%47.45%-
XYZ10.998.247.67-
YUV82.3123.88155.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=46.54%
G=24.62%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121647500.470.380.53348.4230.8136.27
Hex79404B02F263515c1f24
Octal17110011305746655343744
Binary111100110000001001011010111110011011010110101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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