#77405C

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

Shades of Cosmic #77405C

Tints of Cosmic #77405C

Color information

#77405C (or 0x77405C) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 5C. RGB value is (119,64,92). Sum of RGB (Red+Green+Blue) = 119+64+92=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405C is #88BFA3. Grayscale: #535353. Windows color (decimal): -8961956 or 6045815. OLE color: 6045815.

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

Color convert

RGB1196492-
CMYK00.460.230.53
HSL329.45º30.05%35.88%-
HSV(B)329.45º46.22%46.67%-
XYZ11.378.3611.14-
YUV83.64132.72153.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=43.27%
G=23.27%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119649200.460.230.53329.4530.0535.88
Hex77405C02E17351491e24
Octal16710013405627655113644
Binary11101111000000101110001011101011111010110100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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