#774A54

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

Shades of Camelot #774A54

Tints of Camelot #774A54

Color information

#774A54 (or 0x774A54) is unknown color: approx Camelot. HEX triplet: 77, 4A and 54. RGB value is (119,74,84). Sum of RGB (Red+Green+Blue) = 119+74+84=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A54 is #88B5AB. Grayscale: #585858. Windows color (decimal): -8959404 or 5524087. OLE color: 5524087.

HSL color Cylindrical-coordinate representation of color #774A54: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A54 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1197484-
CMYK00.380.290.53
HSL346.67º23.32%37.84%-
HSV(B)346.67º37.82%46.67%-
XYZ11.669.469.6-
YUV88.6125.41149.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=42.96%
G=26.71%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119748400.380.290.53346.6723.3237.84
Hex774A540261D3515b1726
Octal16711212404635655332746
Binary11101111001010101010001001101110111010110101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A54; }

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

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

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

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

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

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

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

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