#774050

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

Shades of Camelot #774050

Tints of Camelot #774050

Color information

#774050 (or 0x774050) is unknown color: approx Camelot. HEX triplet: 77, 40 and 50. RGB value is (119,64,80). Sum of RGB (Red+Green+Blue) = 119+64+80=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774050 is #88BFAF. Grayscale: #525252. Windows color (decimal): -8961968 or 5259383. OLE color: 5259383.

HSL color Cylindrical-coordinate representation of color #774050: hue angle of 342.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774050 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1196480-
CMYK00.460.330.53
HSL342.55º30.05%35.88%-
HSV(B)342.55º46.22%46.67%-
XYZ10.898.178.59-
YUV82.27126.72154.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=45.25%
G=24.33%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119648000.460.330.53342.5530.0535.88
Hex77405002E21351571e24
Octal16710012005641655273644
Binary111011110000001010000010111010000111010110101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774050; }

 p { color: rgb(119,64,80); }

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

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

 a { background-color: rgb(119,64,80); }

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

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

 span { border-color: rgb(119,64,80); }

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