#774456

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

Shades of Cosmic #774456

Tints of Cosmic #774456

Color information

#774456 (or 0x774456) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 56. RGB value is (119,68,86). Sum of RGB (Red+Green+Blue) = 119+68+86=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774456 is #88BBA9. Grayscale: #555555. Windows color (decimal): -8960938 or 5653623. OLE color: 5653623.

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

Color convert

RGB1196886-
CMYK00.430.280.53
HSL338.82º27.27%36.67%-
HSV(B)338.82º42.86%46.67%-
XYZ11.358.739.89-
YUV85.3128.4152.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=43.59%
G=24.91%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119688600.430.280.53338.8227.2736.67
Hex77445602B1C351531b25
Octal16710412605334655233345
Binary11101111000100101011001010111110011010110101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774456; }

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

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

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

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

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

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

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

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