#79374C

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

Shades of Camelot #79374C

Tints of Camelot #79374C

Color information

#79374C (or 0x79374C) is unknown color: approx Camelot. HEX triplet: 79, 37 and 4C. RGB value is (121,55,76). Sum of RGB (Red+Green+Blue) = 121+55+76=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79374C is #86C8B3. Grayscale: #4D4D4D. Windows color (decimal): -8833204 or 4994937. OLE color: 4994937.

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

Color convert

RGB1215576-
CMYK00.550.370.53
HSL340.91º37.5%34.51%-
HSV(B)340.91º54.55%47.45%-
XYZ10.567.327.69-
YUV77.13127.37159.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=48.02%
G=21.83%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121557600.550.370.53340.9137.534.51
Hex79374C03725351552623
Octal1716711406745655254643
Binary111100111011110011000110111100101110101101010101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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