#773C4D

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

Shades of Camelot #773C4D

Tints of Camelot #773C4D

Color information

#773C4D (or 0x773C4D) is unknown color: approx Camelot. HEX triplet: 77, 3C and 4D. RGB value is (119,60,77). Sum of RGB (Red+Green+Blue) = 119+60+77=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C4D is #88C3B2. Grayscale: #4F4F4F. Windows color (decimal): -8962995 or 5061751. OLE color: 5061751.

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

Color convert

RGB1196077-
CMYK00.500.350.53
HSL342.71º32.96%35.1%-
HSV(B)342.71º49.58%46.67%-
XYZ10.567.697.95-
YUV79.58126.55156.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=46.48%
G=23.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119607700.500.350.53342.7132.9635.1
Hex773C4D03223351572123
Octal1677411506243655274143
Binary111011111110010011010110010100011110101101010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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