#79394C

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

Shades of Camelot #79394C

Tints of Camelot #79394C

Color information

#79394C (or 0x79394C) is unknown color: approx Camelot. HEX triplet: 79, 39 and 4C. RGB value is (121,57,76). Sum of RGB (Red+Green+Blue) = 121+57+76=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79394C is #86C6B3. Grayscale: #4E4E4E. Windows color (decimal): -8832692 or 4995449. OLE color: 4995449.

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

Color convert

RGB1215776-
CMYK00.530.370.53
HSL342.19º35.96%34.9%-
HSV(B)342.19º52.89%47.45%-
XYZ10.657.517.73-
YUV78.3126.7158.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=47.64%
G=22.44%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121577600.530.370.53342.1935.9634.9
Hex79394C03525351562423
Octal1717111406545655264443
Binary111100111100110011000110101100101110101101010110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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