#773B4A

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

Shades of Camelot #773B4A

Tints of Camelot #773B4A

Color information

#773B4A (or 0x773B4A) is unknown color: approx Camelot. HEX triplet: 77, 3B and 4A. RGB value is (119,59,74). Sum of RGB (Red+Green+Blue) = 119+59+74=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #773B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B4A is #88C4B5. Grayscale: #4E4E4E. Windows color (decimal): -8963254 or 4864887. OLE color: 4864887.

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

Color convert

RGB1195974-
CMYK00.500.380.53
HSL345º33.71%34.9%-
HSV(B)345º50.42%46.67%-
XYZ10.417.547.39-
YUV78.65125.38156.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=47.22%
G=23.41%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119597400.500.380.5334533.7134.9
Hex773B4A03226351592223
Octal1677311206246655314243
Binary111011111101110010100110010100110110101101011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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