#79394D

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

Shades of Camelot #79394D

Tints of Camelot #79394D

Color information

#79394D (or 0x79394D) is unknown color: approx Camelot. HEX triplet: 79, 39 and 4D. RGB value is (121,57,77). Sum of RGB (Red+Green+Blue) = 121+57+77=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79394D is #86C6B2. Grayscale: #4E4E4E. Windows color (decimal): -8832691 or 5060985. OLE color: 5060985.

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

Color convert

RGB1215777-
CMYK00.530.360.53
HSL341.25º35.96%34.9%-
HSV(B)341.25º52.89%47.45%-
XYZ10.697.537.91-
YUV78.42127.2158.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=47.45%
G=22.35%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121577700.530.360.53341.2535.9634.9
Hex79394D03524351552423
Octal1717111506544655254443
Binary111100111100110011010110101100100110101101010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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