#774553

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

Shades of Camelot #774553

Tints of Camelot #774553

Color information

#774553 (or 0x774553) is unknown color: approx Camelot. HEX triplet: 77, 45 and 53. RGB value is (119,69,83). Sum of RGB (Red+Green+Blue) = 119+69+83=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774553 is #88BAAC. Grayscale: #555555. Windows color (decimal): -8960685 or 5457271. OLE color: 5457271.

HSL color Cylindrical-coordinate representation of color #774553: hue angle of 343.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774553 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1196983-
CMYK00.420.300.53
HSL343.2º26.6%36.86%-
HSV(B)343.2º42.02%46.67%-
XYZ11.38.89.29-
YUV85.55126.56151.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=43.91%
G=25.46%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119698300.420.300.53343.226.636.86
Hex77455302A1E351571b25
Octal16710512305236655273345
Binary11101111000101101001101010101111011010110101011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774553; }

 p { color: rgb(119,69,83); }

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

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

 a { background-color: rgb(119,69,83); }

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

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

 span { border-color: rgb(119,69,83); }

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