#774251

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

Shades of Camelot #774251

Tints of Camelot #774251

Color information

#774251 (or 0x774251) is unknown color: approx Camelot. HEX triplet: 77, 42 and 51. RGB value is (119,66,81). Sum of RGB (Red+Green+Blue) = 119+66+81=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774251 is #88BDAE. Grayscale: #535353. Windows color (decimal): -8961455 or 5325431. OLE color: 5325431.

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

Color convert

RGB1196681-
CMYK00.450.320.53
HSL343.02º28.65%36.27%-
HSV(B)343.02º44.54%46.67%-
XYZ11.048.418.83-
YUV83.56126.56153.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=44.74%
G=24.81%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119668100.450.320.53343.0228.6536.27
Hex77425102D20351571d24
Octal16710212105540655273544
Binary111011110000101010001010110110000011010110101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774251; }

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

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

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

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

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

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

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

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