#793C4D

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

Shades of Camelot #793C4D

Tints of Camelot #793C4D

Color information

#793C4D (or 0x793C4D) is unknown color: approx Camelot. HEX triplet: 79, 3C and 4D. RGB value is (121,60,77). Sum of RGB (Red+Green+Blue) = 121+60+77=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #793C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C4D is #86C3B2. Grayscale: #505050. Windows color (decimal): -8831923 or 5061753. OLE color: 5061753.

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

Color convert

RGB1216077-
CMYK00.500.360.53
HSL343.28º33.7%35.49%-
HSV(B)343.28º50.41%47.45%-
XYZ10.847.837.96-
YUV80.18126.21157.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=46.90%
G=23.26%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121607700.500.360.53343.2833.735.49
Hex793C4D03224351572223
Octal1717411506244655274243
Binary111100111110010011010110010100100110101101010111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793C4D; }

 p { color: rgb(121,60,77); }

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

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

 a { background-color: rgb(121,60,77); }

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

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

 span { border-color: rgb(121,60,77); }

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