#773C4A

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

Shades of Camelot #773C4A

Tints of Camelot #773C4A

Color information

#773C4A (or 0x773C4A) is unknown color: approx Camelot. HEX triplet: 77, 3C and 4A. RGB value is (119,60,74). Sum of RGB (Red+Green+Blue) = 119+60+74=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #773C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C4A is #88C3B5. Grayscale: #4F4F4F. Windows color (decimal): -8962998 or 4865143. OLE color: 4865143.

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

Color convert

RGB1196074-
CMYK00.500.380.53
HSL345.76º32.96%35.1%-
HSV(B)345.76º49.58%46.67%-
XYZ10.467.657.4-
YUV79.24125.05156.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=47.04%
G=23.72%
B=29.25%

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
Decimal119607400.500.380.53345.7632.9635.1
Hex773C4A032263515a2123
Octal1677411206246655324143
Binary111011111110010010100110010100110110101101011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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