#794050

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

Shades of Camelot #794050

Tints of Camelot #794050

Color information

#794050 (or 0x794050) is unknown color: approx Camelot. HEX triplet: 79, 40 and 50. RGB value is (121,64,80). Sum of RGB (Red+Green+Blue) = 121+64+80=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #794050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794050 is #86BFAF. Grayscale: #525252. Windows color (decimal): -8830896 or 5259385. OLE color: 5259385.

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

Color convert

RGB1216480-
CMYK00.470.340.53
HSL343.16º30.81%36.27%-
HSV(B)343.16º47.11%47.45%-
XYZ11.178.318.61-
YUV82.87126.38155.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=45.66%
G=24.15%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121648000.470.340.53343.1630.8136.27
Hex79405002F22351571f24
Octal17110012005742655273744
Binary111100110000001010000010111110001011010110101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794050; }

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

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

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

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

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

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

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

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