#79414A

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

Shades of Camelot #79414A

Tints of Camelot #79414A

Color information

#79414A (or 0x79414A) is unknown color: approx Camelot. HEX triplet: 79, 41 and 4A. RGB value is (121,65,74). Sum of RGB (Red+Green+Blue) = 121+65+74=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #79414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79414A is #86BEB5. Grayscale: #525252. Windows color (decimal): -8830646 or 4866425. OLE color: 4866425.

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

Color convert

RGB1216574-
CMYK00.460.390.53
HSL350.36º30.11%36.47%-
HSV(B)350.36º46.28%47.45%-
XYZ11.018.347.51-
YUV82.77123.05155.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=46.54%
G=25%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121657400.460.390.53350.3630.1136.47
Hex79414A02E273515e1e24
Octal17110111205647655363644
Binary111100110000011001010010111010011111010110101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79414A; }

 p { color: rgb(121,65,74); }

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

<style>
 a { background-color: #79414A; }

 a { background-color: rgb(121,65,74); }

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

<style>
 span { border-color: #79414A; }

 span { border-color: rgb(121,65,74); }

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