#79434D

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

Shades of Camelot #79434D

Tints of Camelot #79434D

Color information

#79434D (or 0x79434D) is unknown color: approx Camelot. HEX triplet: 79, 43 and 4D. RGB value is (121,67,77). Sum of RGB (Red+Green+Blue) = 121+67+77=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79434D is #86BCB2. Grayscale: #545454. Windows color (decimal): -8830131 or 5063545. OLE color: 5063545.

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

Color convert

RGB1216777-
CMYK00.450.360.53
HSL348.89º28.72%36.86%-
HSV(B)348.89º44.63%47.45%-
XYZ11.238.628.09-
YUV84.29123.89154.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=45.66%
G=25.28%
B=29.06%

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
Decimal121677700.450.360.53348.8928.7236.86
Hex79434D02D243515d1d25
Octal17110311505544655353545
Binary111100110000111001101010110110010011010110101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79434D; }

 p { color: rgb(121,67,77); }

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

<style>
 a { background-color: #79434D; }

 a { background-color: rgb(121,67,77); }

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

<style>
 span { border-color: #79434D; }

 span { border-color: rgb(121,67,77); }

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