#774150

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

Shades of Camelot #774150

Tints of Camelot #774150

Color information

#774150 (or 0x774150) is unknown color: approx Camelot. HEX triplet: 77, 41 and 50. RGB value is (119,65,80). Sum of RGB (Red+Green+Blue) = 119+65+80=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774150 is #88BEAF. Grayscale: #525252. Windows color (decimal): -8961712 or 5259639. OLE color: 5259639.

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

Color convert

RGB1196580-
CMYK00.450.330.53
HSL343.33º29.35%36.08%-
HSV(B)343.33º45.38%46.67%-
XYZ10.958.288.61-
YUV82.86126.39153.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=45.08%
G=24.62%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119658000.450.330.53343.3329.3536.08
Hex77415002D21351571d24
Octal16710112005541655273544
Binary111011110000011010000010110110000111010110101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774150; }

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

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

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

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

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

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

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

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