#773B47

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

Shades of Camelot #773B47

Tints of Camelot #773B47

Color information

#773B47 (or 0x773B47) is unknown color: approx Camelot. HEX triplet: 77, 3B and 47. RGB value is (119,59,71). Sum of RGB (Red+Green+Blue) = 119+59+71=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #773B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B47 is #88C4B8. Grayscale: #4E4E4E. Windows color (decimal): -8963257 or 4668279. OLE color: 4668279.

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

Color convert

RGB1195971-
CMYK00.500.400.53
HSL348º33.71%34.9%-
HSV(B)348º50.42%46.67%-
XYZ10.317.56.87-
YUV78.31123.88157.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=47.79%
G=23.69%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119597100.500.400.5334833.7134.9
Hex773B47032283515c2223
Octal1677310706250655344243
Binary111011111101110001110110010101000110101101011100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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