#77425E

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

Shades of Cosmic #77425E

Tints of Cosmic #77425E

Color information

#77425E (or 0x77425E) is unknown color: approx Cosmic. HEX triplet: 77, 42 and 5E. RGB value is (119,66,94). Sum of RGB (Red+Green+Blue) = 119+66+94=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77425E is #88BDA1. Grayscale: #545454. Windows color (decimal): -8961442 or 6177399. OLE color: 6177399.

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

Color convert

RGB1196694-
CMYK00.450.210.53
HSL328.3º28.65%36.27%-
HSV(B)328.3º44.54%46.67%-
XYZ11.588.6311.64-
YUV85.04133.06152.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=42.65%
G=23.66%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119669400.450.210.53328.328.6536.27
Hex77425E02D15351481d24
Octal16710213605525655103544
Binary11101111000010101111001011011010111010110100100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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