#794150

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

Shades of Camelot #794150

Tints of Camelot #794150

Color information

#794150 (or 0x794150) is unknown color: approx Camelot. HEX triplet: 79, 41 and 50. RGB value is (121,65,80). Sum of RGB (Red+Green+Blue) = 121+65+80=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #794150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794150 is #86BEAF. Grayscale: #535353. Windows color (decimal): -8830640 or 5259641. OLE color: 5259641.

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

Color convert

RGB1216580-
CMYK00.460.340.53
HSL343.93º30.11%36.47%-
HSV(B)343.93º46.28%47.45%-
XYZ11.228.428.62-
YUV83.45126.05154.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=45.49%
G=24.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121658000.460.340.53343.9330.1136.47
Hex79415002E22351581e24
Octal17110112005642655303644
Binary111100110000011010000010111010001011010110101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794150; }

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

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

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

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

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

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

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

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