#774654

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

Shades of Camelot #774654

Tints of Camelot #774654

Color information

#774654 (or 0x774654) is unknown color: approx Camelot. HEX triplet: 77, 46 and 54. RGB value is (119,70,84). Sum of RGB (Red+Green+Blue) = 119+70+84=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774654 is #88B9AB. Grayscale: #565656. Windows color (decimal): -8960428 or 5523063. OLE color: 5523063.

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

Color convert

RGB1197084-
CMYK00.410.290.53
HSL342.86º25.93%37.06%-
HSV(B)342.86º41.18%46.67%-
XYZ11.48.949.51-
YUV86.25126.73151.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=43.59%
G=25.64%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119708400.410.290.53342.8625.9337.06
Hex7746540291D351571a25
Octal16710612405135655273245
Binary11101111000110101010001010011110111010110101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774654; }

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

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

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

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

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

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

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

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