#77445C

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

Shades of Cosmic #77445C

Tints of Cosmic #77445C

Color information

#77445C (or 0x77445C) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 5C. RGB value is (119,68,92). Sum of RGB (Red+Green+Blue) = 119+68+92=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77445C is #88BBA3. Grayscale: #555555. Windows color (decimal): -8960932 or 6046839. OLE color: 6046839.

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

Color convert

RGB1196892-
CMYK00.430.230.53
HSL331.76º27.27%36.67%-
HSV(B)331.76º42.86%46.67%-
XYZ11.618.8311.22-
YUV85.98131.4151.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=42.65%
G=24.37%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119689200.430.230.53331.7627.2736.67
Hex77445C02B173514c1b25
Octal16710413405327655143345
Binary11101111000100101110001010111011111010110100110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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