#77385E

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

Shades of Cosmic #77385E

Tints of Cosmic #77385E

Color information

#77385E (or 0x77385E) is unknown color: approx Cosmic. HEX triplet: 77, 38 and 5E. RGB value is (119,56,94). Sum of RGB (Red+Green+Blue) = 119+56+94=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77385E is #88C7A1. Grayscale: #4F4F4F. Windows color (decimal): -8964002 or 6174839. OLE color: 6174839.

HSL color Cylindrical-coordinate representation of color #77385E: hue angle of 323.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77385E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1195694-
CMYK00.530.210.53
HSL323.81º36%34.31%-
HSV(B)323.81º52.94%46.67%-
XYZ11.047.5611.47-
YUV79.17136.37156.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=44.24%
G=20.82%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119569400.530.210.53323.813634.31
Hex77385E03515351442422
Octal1677013606525655044442
Binary11101111110001011110011010110101110101101000100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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