#773B50

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

Shades of Camelot #773B50

Tints of Camelot #773B50

Color information

#773B50 (or 0x773B50) is unknown color: approx Camelot. HEX triplet: 77, 3B and 50. RGB value is (119,59,80). Sum of RGB (Red+Green+Blue) = 119+59+80=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B50 is #88C4AF. Grayscale: #4F4F4F. Windows color (decimal): -8963248 or 5258103. OLE color: 5258103.

HSL color Cylindrical-coordinate representation of color #773B50: hue angle of 339º 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 #773B50 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1195980-
CMYK00.500.330.53
HSL339º33.71%34.9%-
HSV(B)339º50.42%46.67%-
XYZ10.627.638.5-
YUV79.33128.38156.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=46.12%
G=22.87%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119598000.500.330.5333933.7134.9
Hex773B5003221351532223
Octal1677312006241655234243
Binary111011111101110100000110010100001110101101010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,59,80); }

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

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

 a { background-color: rgb(119,59,80); }

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

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

 span { border-color: rgb(119,59,80); }

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