#773A49

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

Shades of Camelot #773A49

Tints of Camelot #773A49

Color information

#773A49 (or 0x773A49) is unknown color: approx Camelot. HEX triplet: 77, 3A and 49. RGB value is (119,58,73). Sum of RGB (Red+Green+Blue) = 119+58+73=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #773A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A49 is #88C5B6. Grayscale: #4D4D4D. Windows color (decimal): -8963511 or 4799095. OLE color: 4799095.

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

Color convert

RGB1195873-
CMYK00.510.390.53
HSL345.25º34.46%34.71%-
HSV(B)345.25º51.26%46.67%-
XYZ10.327.437.19-
YUV77.95125.21157.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=47.6%
G=23.2%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119587300.510.390.53345.2534.4634.71
Hex773A4903327351592223
Octal1677211106347655314243
Binary111011111101010010010110011100111110101101011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773A49; }

 p { color: rgb(119,58,73); }

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

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

 a { background-color: rgb(119,58,73); }

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

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

 span { border-color: rgb(119,58,73); }

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