#774653

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

Shades of Camelot #774653

Tints of Camelot #774653

Color information

#774653 (or 0x774653) is unknown color: approx Camelot. HEX triplet: 77, 46 and 53. RGB value is (119,70,83). Sum of RGB (Red+Green+Blue) = 119+70+83=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774653 is #88B9AC. Grayscale: #565656. Windows color (decimal): -8960429 or 5457527. OLE color: 5457527.

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

Color convert

RGB1197083-
CMYK00.410.300.53
HSL344.08º25.93%37.06%-
HSV(B)344.08º41.18%46.67%-
XYZ11.368.939.31-
YUV86.13126.23151.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=43.75%
G=25.74%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119708300.410.300.53344.0825.9337.06
Hex7746530291E351581a25
Octal16710612305136655303245
Binary11101111000110101001101010011111011010110101100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774653; }

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

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

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

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

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

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

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

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