#774458

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

Shades of Cosmic #774458

Tints of Cosmic #774458

Color information

#774458 (or 0x774458) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 58. RGB value is (119,68,88). Sum of RGB (Red+Green+Blue) = 119+68+88=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774458 is #88BBA7. Grayscale: #555555. Windows color (decimal): -8960936 or 5784695. OLE color: 5784695.

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

Color convert

RGB1196888-
CMYK00.430.260.53
HSL336.47º27.27%36.67%-
HSV(B)336.47º42.86%46.67%-
XYZ11.448.7610.32-
YUV85.53129.4151.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 88 (34.77% from 255) = 32%
R=43.27%
G=24.73%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119688800.430.260.53336.4727.2736.67
Hex77445802B1A351501b25
Octal16710413005332655203345
Binary11101111000100101100001010111101011010110101000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774458; }

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

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

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

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

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

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

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

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