#773F4D

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

Shades of Camelot #773F4D

Tints of Camelot #773F4D

Color information

#773F4D (or 0x773F4D) is unknown color: approx Camelot. HEX triplet: 77, 3F and 4D. RGB value is (119,63,77). Sum of RGB (Red+Green+Blue) = 119+63+77=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F4D is #88C0B2. Grayscale: #515151. Windows color (decimal): -8962227 or 5062519. OLE color: 5062519.

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

Color convert

RGB1196377-
CMYK00.470.350.53
HSL345º30.77%35.69%-
HSV(B)345º47.06%46.67%-
XYZ10.728.018-
YUV81.34125.55154.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=45.95%
G=24.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119637700.470.350.5334530.7735.69
Hex773F4D02F23351591f24
Octal1677711505743655313744
Binary11101111111111001101010111110001111010110101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,63,77); }

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

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

 a { background-color: rgb(119,63,77); }

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

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

 span { border-color: rgb(119,63,77); }

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