#774854

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

Shades of Camelot #774854

Tints of Camelot #774854

Color information

#774854 (or 0x774854) is unknown color: approx Camelot. HEX triplet: 77, 48 and 54. RGB value is (119,72,84). Sum of RGB (Red+Green+Blue) = 119+72+84=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774854 is #88B7AB. Grayscale: #575757. Windows color (decimal): -8959916 or 5523575. OLE color: 5523575.

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

Color convert

RGB1197284-
CMYK00.390.290.53
HSL344.68º24.61%37.45%-
HSV(B)344.68º39.5%46.67%-
XYZ11.539.29.56-
YUV87.42126.07150.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=43.27%
G=26.18%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119728400.390.290.53344.6824.6137.45
Hex7748540271D351591925
Octal16711012404735655313145
Binary11101111001000101010001001111110111010110101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774854; }

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

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

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

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

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

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

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

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