#773446

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

Shades of Camelot #773446

Tints of Camelot #773446

Color information

#773446 (or 0x773446) is unknown color: approx Camelot. HEX triplet: 77, 34 and 46. RGB value is (119,52,70). Sum of RGB (Red+Green+Blue) = 119+52+70=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773446 is #88CBB9. Grayscale: #4A4A4A. Windows color (decimal): -8965050 or 4600951. OLE color: 4600951.

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

Color convert

RGB1195270-
CMYK00.560.410.53
HSL343.88º39.18%33.53%-
HSV(B)343.88º56.3%46.67%-
XYZ9.946.826.59-
YUV74.08125.7160.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=49.38%
G=21.58%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119527000.560.410.53343.8839.1833.53
Hex77344603829351582722
Octal1676410607051655304742
Binary111011111010010001100111000101001110101101011000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773446; }

 p { color: rgb(119,52,70); }

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

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

 a { background-color: rgb(119,52,70); }

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

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

 span { border-color: rgb(119,52,70); }

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