#774550

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

Shades of Camelot #774550

Tints of Camelot #774550

Color information

#774550 (or 0x774550) is unknown color: approx Camelot. HEX triplet: 77, 45 and 50. RGB value is (119,69,80). Sum of RGB (Red+Green+Blue) = 119+69+80=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774550 is #88BAAF. Grayscale: #555555. Windows color (decimal): -8960688 or 5260663. OLE color: 5260663.

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

Color convert

RGB1196980-
CMYK00.420.330.53
HSL346.8º26.6%36.86%-
HSV(B)346.8º42.02%46.67%-
XYZ11.188.768.69-
YUV85.2125.06152.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=44.40%
G=25.75%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119698000.420.330.53346.826.636.86
Hex77455002A213515b1b25
Octal16710512005241655333345
Binary111011110001011010000010101010000111010110101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774550; }

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

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

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

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

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

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

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

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