#773A4A

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

Shades of Camelot #773A4A

Tints of Camelot #773A4A

Color information

#773A4A (or 0x773A4A) is unknown color: approx Camelot. HEX triplet: 77, 3A and 4A. RGB value is (119,58,74). Sum of RGB (Red+Green+Blue) = 119+58+74=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #773A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A4A is #88C5B5. Grayscale: #4E4E4E. Windows color (decimal): -8963510 or 4864631. OLE color: 4864631.

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

Color convert

RGB1195874-
CMYK00.510.380.53
HSL344.26º34.46%34.71%-
HSV(B)344.26º51.26%46.67%-
XYZ10.367.447.37-
YUV78.06125.71157.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=47.41%
G=23.11%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119587400.510.380.53344.2634.4634.71
Hex773A4A03326351582223
Octal1677211206346655304243
Binary111011111101010010100110011100110110101101011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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