#794354

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

Shades of Camelot #794354

Tints of Camelot #794354

Color information

#794354 (or 0x794354) is unknown color: approx Camelot. HEX triplet: 79, 43 and 54. RGB value is (121,67,84). Sum of RGB (Red+Green+Blue) = 121+67+84=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794354 is #86BCAB. Grayscale: #555555. Windows color (decimal): -8830124 or 5522297. OLE color: 5522297.

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

Color convert

RGB1216784-
CMYK00.450.310.53
HSL341.11º28.72%36.86%-
HSV(B)341.11º44.63%47.45%-
XYZ11.498.729.46-
YUV85.08127.39153.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=44.49%
G=24.63%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121678400.450.310.53341.1128.7236.86
Hex79435402D1F351551d25
Octal17110312405537655253545
Binary11110011000011101010001011011111111010110101010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794354; }

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

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

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

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

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

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

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

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