#774A5F

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

Shades of Cosmic #774A5F

Tints of Cosmic #774A5F

Color information

#774A5F (or 0x774A5F) is unknown color: approx Cosmic. HEX triplet: 77, 4A and 5F. RGB value is (119,74,95). Sum of RGB (Red+Green+Blue) = 119+74+95=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A5F is #88B5A0. Grayscale: #595959. Windows color (decimal): -8959393 or 6244983. OLE color: 6244983.

HSL color Cylindrical-coordinate representation of color #774A5F: hue angle of 332º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A5F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1197495-
CMYK00.380.200.53
HSL332º23.32%37.84%-
HSV(B)332º37.82%46.67%-
XYZ12.129.6512.05-
YUV89.85130.91148.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=41.32%
G=25.69%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119749500.380.200.5333223.3237.84
Hex774A5F026143514c1726
Octal16711213704624655142746
Binary11101111001010101111101001101010011010110100110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A5F; }

 p { color: rgb(119,74,95); }

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

<style>
 a { background-color: #774A5F; }

 a { background-color: rgb(119,74,95); }

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

<style>
 span { border-color: #774A5F; }

 span { border-color: rgb(119,74,95); }

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