#77405A

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

Shades of Cosmic #77405A

Tints of Cosmic #77405A

Color information

#77405A (or 0x77405A) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 5A. RGB value is (119,64,90). Sum of RGB (Red+Green+Blue) = 119+64+90=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405A is #88BFA5. Grayscale: #535353. Windows color (decimal): -8961958 or 5914743. OLE color: 5914743.

HSL color Cylindrical-coordinate representation of color #77405A: hue angle of 331.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77405A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1196490-
CMYK00.460.240.53
HSL331.64º30.05%35.88%-
HSV(B)331.64º46.22%46.67%-
XYZ11.298.3310.69-
YUV83.41131.72153.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=43.59%
G=23.44%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119649000.460.240.53331.6430.0535.88
Hex77405A02E183514c1e24
Octal16710013205630655143644
Binary11101111000000101101001011101100011010110100110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77405A; }

 p { color: rgb(119,64,90); }

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

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

 a { background-color: rgb(119,64,90); }

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

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

 span { border-color: rgb(119,64,90); }

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