#79454E

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

Shades of Camelot #79454E

Tints of Camelot #79454E

Color information

#79454E (or 0x79454E) is unknown color: approx Camelot. HEX triplet: 79, 45 and 4E. RGB value is (121,69,78). Sum of RGB (Red+Green+Blue) = 121+69+78=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79454E is #86BAB1. Grayscale: #555555. Windows color (decimal): -8829618 or 5129593. OLE color: 5129593.

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

Color convert

RGB1216978-
CMYK00.430.360.53
HSL349.62º27.37%37.25%-
HSV(B)349.62º42.98%47.45%-
XYZ11.398.878.32-
YUV85.57123.73153.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=45.15%
G=25.75%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121697800.430.360.53349.6227.3737.25
Hex79454E02B243515e1b25
Octal17110511605344655363345
Binary111100110001011001110010101110010011010110101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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