#794350

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

Shades of Camelot #794350

Tints of Camelot #794350

Color information

#794350 (or 0x794350) is unknown color: approx Camelot. HEX triplet: 79, 43 and 50. RGB value is (121,67,80). Sum of RGB (Red+Green+Blue) = 121+67+80=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #794350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794350 is #86BCAF. Grayscale: #545454. Windows color (decimal): -8830128 or 5260153. OLE color: 5260153.

HSL color Cylindrical-coordinate representation of color #794350: hue angle of 345.56º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794350 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1216780-
CMYK00.450.340.53
HSL345.56º28.72%36.86%-
HSV(B)345.56º44.63%47.45%-
XYZ11.348.668.66-
YUV84.63125.39153.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=45.15%
G=25%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121678000.450.340.53345.5628.7236.86
Hex79435002D223515a1d25
Octal17110312005542655323545
Binary111100110000111010000010110110001011010110101101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794350; }

 p { color: rgb(121,67,80); }

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

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

 a { background-color: rgb(121,67,80); }

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

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

 span { border-color: rgb(121,67,80); }

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