#794155

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

Shades of Camelot #794155

Tints of Camelot #794155

Color information

#794155 (or 0x794155) is unknown color: approx Camelot. HEX triplet: 79, 41 and 55. RGB value is (121,65,85). Sum of RGB (Red+Green+Blue) = 121+65+85=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #794155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794155 is #86BEAA. Grayscale: #545454. Windows color (decimal): -8830635 or 5587321. OLE color: 5587321.

HSL color Cylindrical-coordinate representation of color #794155: hue angle of 338.57º 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 #794155 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1216585-
CMYK00.460.300.53
HSL338.57º30.11%36.47%-
HSV(B)338.57º46.28%47.45%-
XYZ11.428.59.63-
YUV84.02128.55154.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=44.65%
G=23.99%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121658500.460.300.53338.5730.1136.47
Hex79415502E1E351531e24
Octal17110112505636655233644
Binary11110011000001101010101011101111011010110101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794155; }

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

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

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

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

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

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

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

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