#79394B

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

Shades of Camelot #79394B

Tints of Camelot #79394B

Color information

#79394B (or 0x79394B) is unknown color: approx Camelot. HEX triplet: 79, 39 and 4B. RGB value is (121,57,75). Sum of RGB (Red+Green+Blue) = 121+57+75=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #79394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79394B is #86C6B4. Grayscale: #4E4E4E. Windows color (decimal): -8832693 or 4929913. OLE color: 4929913.

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

Color convert

RGB1215775-
CMYK00.530.380.53
HSL343.12º35.96%34.9%-
HSV(B)343.12º52.89%47.45%-
XYZ10.627.57.54-
YUV78.19126.2158.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=47.83%
G=22.53%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121577500.530.380.53343.1235.9634.9
Hex79394B03526351572423
Octal1717111306546655274443
Binary111100111100110010110110101100110110101101010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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