#774451

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

Shades of Camelot #774451

Tints of Camelot #774451

Color information

#774451 (or 0x774451) is unknown color: approx Camelot. HEX triplet: 77, 44 and 51. RGB value is (119,68,81). Sum of RGB (Red+Green+Blue) = 119+68+81=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774451 is #88BBAE. Grayscale: #545454. Windows color (decimal): -8960943 or 5325943. OLE color: 5325943.

HSL color Cylindrical-coordinate representation of color #774451: hue angle of 344.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774451 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1196881-
CMYK00.430.320.53
HSL344.71º27.27%36.67%-
HSV(B)344.71º42.86%46.67%-
XYZ11.168.658.87-
YUV84.73125.9152.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=44.40%
G=25.37%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119688100.430.320.53344.7127.2736.67
Hex77445102B20351591b25
Octal16710412105340655313345
Binary111011110001001010001010101110000011010110101100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774451; }

 p { color: rgb(119,68,81); }

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

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

 a { background-color: rgb(119,68,81); }

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

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

 span { border-color: rgb(119,68,81); }

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