#77445E

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

Shades of Cosmic #77445E

Tints of Cosmic #77445E

Color information

#77445E (or 0x77445E) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 5E. RGB value is (119,68,94). Sum of RGB (Red+Green+Blue) = 119+68+94=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77445E is #88BBA1. Grayscale: #565656. Windows color (decimal): -8960930 or 6177911. OLE color: 6177911.

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

Color convert

RGB1196894-
CMYK00.430.210.53
HSL329.41º27.27%36.67%-
HSV(B)329.41º42.86%46.67%-
XYZ11.78.8611.68-
YUV86.21132.4151.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=42.35%
G=24.20%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119689400.430.210.53329.4127.2736.67
Hex77445E02B15351491b25
Octal16710413605325655113345
Binary11101111000100101111001010111010111010110100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77445E; }

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

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

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

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

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

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

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

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