#773A4F

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

Shades of Camelot #773A4F

Tints of Camelot #773A4F

Color information

#773A4F (or 0x773A4F) is unknown color: approx Camelot. HEX triplet: 77, 3A and 4F. RGB value is (119,58,79). Sum of RGB (Red+Green+Blue) = 119+58+79=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A4F is #88C5B0. Grayscale: #4E4E4E. Windows color (decimal): -8963505 or 5192311. OLE color: 5192311.

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

Color convert

RGB1195879-
CMYK00.510.340.53
HSL339.34º34.46%34.71%-
HSV(B)339.34º51.26%46.67%-
XYZ10.537.518.29-
YUV78.63128.21156.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=46.48%
G=22.66%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119587900.510.340.53339.3434.4634.71
Hex773A4F03322351532223
Octal1677211706342655234243
Binary111011111101010011110110011100010110101101010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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