#77425C

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

Shades of Cosmic #77425C

Tints of Cosmic #77425C

Color information

#77425C (or 0x77425C) is unknown color: approx Cosmic. HEX triplet: 77, 42 and 5C. RGB value is (119,66,92). Sum of RGB (Red+Green+Blue) = 119+66+92=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77425C is #88BDA3. Grayscale: #545454. Windows color (decimal): -8961444 or 6046327. OLE color: 6046327.

HSL color Cylindrical-coordinate representation of color #77425C: hue angle of 330.57º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77425C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1196692-
CMYK00.450.230.53
HSL330.57º28.65%36.27%-
HSV(B)330.57º44.54%46.67%-
XYZ11.498.5911.18-
YUV84.81132.06152.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=42.96%
G=23.83%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119669200.450.230.53330.5728.6536.27
Hex77425C02D173514b1d24
Octal16710213405527655133544
Binary11101111000010101110001011011011111010110100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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