#774953

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

Shades of Camelot #774953

Tints of Camelot #774953

Color information

#774953 (or 0x774953) is unknown color: approx Camelot. HEX triplet: 77, 49 and 53. RGB value is (119,73,83). Sum of RGB (Red+Green+Blue) = 119+73+83=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774953 is #88B6AC. Grayscale: #575757. Windows color (decimal): -8959661 or 5458295. OLE color: 5458295.

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

Color convert

RGB1197383-
CMYK00.390.300.53
HSL346.96º23.96%37.65%-
HSV(B)346.96º38.66%46.67%-
XYZ11.559.319.37-
YUV87.89125.24150.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=43.27%
G=26.55%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119738300.390.300.53346.9623.9637.65
Hex7749530271E3515b1826
Octal16711112304736655333046
Binary11101111001001101001101001111111011010110101101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774953; }

 p { color: rgb(119,73,83); }

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

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

 a { background-color: rgb(119,73,83); }

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

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

 span { border-color: rgb(119,73,83); }

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