#79384E

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

Shades of Camelot #79384E

Tints of Camelot #79384E

Color information

#79384E (or 0x79384E) is unknown color: approx Camelot. HEX triplet: 79, 38 and 4E. RGB value is (121,56,78). Sum of RGB (Red+Green+Blue) = 121+56+78=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79384E is #86C7B1. Grayscale: #4D4D4D. Windows color (decimal): -8832946 or 5126265. OLE color: 5126265.

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

Color convert

RGB1215678-
CMYK00.540.360.53
HSL339.69º36.72%34.71%-
HSV(B)339.69º53.72%47.45%-
XYZ10.677.448.08-
YUV77.94128.03158.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=47.45%
G=21.96%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121567800.540.360.53339.6936.7234.71
Hex79384E03624351542523
Octal1717011606644655244543
Binary111100111100010011100110110100100110101101010100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79384E; }

 p { color: rgb(121,56,78); }

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

<style>
 a { background-color: #79384E; }

 a { background-color: rgb(121,56,78); }

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

<style>
 span { border-color: #79384E; }

 span { border-color: rgb(121,56,78); }

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