#774851

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

Shades of Camelot #774851

Tints of Camelot #774851

Color information

#774851 (or 0x774851) is unknown color: approx Camelot. HEX triplet: 77, 48 and 51. RGB value is (119,72,81). Sum of RGB (Red+Green+Blue) = 119+72+81=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774851 is #88B7AE. Grayscale: #575757. Windows color (decimal): -8959919 or 5326967. OLE color: 5326967.

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

Color convert

RGB1197281-
CMYK00.390.320.53
HSL348.51º24.61%37.45%-
HSV(B)348.51º39.5%46.67%-
XYZ11.419.158.95-
YUV87.08124.57150.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=43.75%
G=26.47%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119728100.390.320.53348.5124.6137.45
Hex774851027203515d1925
Octal16711012104740655353145
Binary111011110010001010001010011110000011010110101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774851; }

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

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

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

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

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

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

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

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