#774656

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

Shades of Cosmic #774656

Tints of Cosmic #774656

Color information

#774656 (or 0x774656) is unknown color: approx Cosmic. HEX triplet: 77, 46 and 56. RGB value is (119,70,86). Sum of RGB (Red+Green+Blue) = 119+70+86=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774656 is #88B9A9. Grayscale: #565656. Windows color (decimal): -8960426 or 5654135. OLE color: 5654135.

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

Color convert

RGB1197086-
CMYK00.410.280.53
HSL340.41º25.93%37.06%-
HSV(B)340.41º41.18%46.67%-
XYZ11.488.979.93-
YUV86.48127.73151.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=43.27%
G=25.45%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119708600.410.280.53340.4125.9337.06
Hex7746560291C351541a25
Octal16710612605134655243245
Binary11101111000110101011001010011110011010110101010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774656; }

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

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

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

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

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

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

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

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