#774049

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

Shades of Camelot #774049

Tints of Camelot #774049

Color information

#774049 (or 0x774049) is unknown color: approx Camelot. HEX triplet: 77, 40 and 49. RGB value is (119,64,73). Sum of RGB (Red+Green+Blue) = 119+64+73=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774049 is #88BFB6. Grayscale: #515151. Windows color (decimal): -8961975 or 4800631. OLE color: 4800631.

HSL color Cylindrical-coordinate representation of color #774049: hue angle of 350.18º 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 #774049 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1196473-
CMYK00.460.390.53
HSL350.18º30.05%35.88%-
HSV(B)350.18º46.22%46.67%-
XYZ10.648.077.3-
YUV81.47123.22154.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=46.48%
G=25%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119647300.460.390.53350.1830.0535.88
Hex77404902E273515e1e24
Octal16710011105647655363644
Binary111011110000001001001010111010011111010110101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774049; }

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

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

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

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

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

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

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

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