#773346

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

Shades of Camelot #773346

Tints of Camelot #773346

Color information

#773346 (or 0x773346) is unknown color: approx Camelot. HEX triplet: 77, 33 and 46. RGB value is (119,51,70). Sum of RGB (Red+Green+Blue) = 119+51+70=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773346 is #88CCB9. Grayscale: #494949. Windows color (decimal): -8965306 or 4600695. OLE color: 4600695.

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

Color convert

RGB1195170-
CMYK00.570.410.53
HSL343.24º40%33.33%-
HSV(B)343.24º57.14%46.67%-
XYZ9.96.736.57-
YUV73.5126.03160.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=49.58%
G=21.25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119517000.570.410.53343.244033.33
Hex77334603929351572821
Octal1676310607151655275041
Binary111011111001110001100111001101001110101101010111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773346; }

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

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

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

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

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

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

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

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