Html Css Color HEX #774159 Cosmic

📋 copy color: '#774159'

red 119 ◦ green 65 ◦ blue 89

#774159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #774159

Tints of Cosmic #774159

RGB

 RED value IS 119 (46.88% from 255) = 43.59%

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 43.59%
G = 23.81%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#774159 (or 0x774159) is known color: Cosmic. HEX triplet: 77, 41 and 59. RGB value is (119,65,89). Sum of RGB (Red+Green+Blue) = 119+65+89=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774159 is #88BEA6. Grayscale: #535353. Windows color (decimal): -8961703 or 5849463. OLE color: 5849463.

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

Color convert

RGB 119 65 89 -
CMYK 0 0.45 0.25 0.53
HSL 333.33º 0.29% 0.36% -
HSV(B) 333.33º 0.45% 0.47% -
XYZ 11.3 8.42 10.48 -
YUV 83.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 119 65 89 0 0.45 0.25 0.53 333.33 0.29 0.36
Hex 77 41 59 0 2D 19 35 14D 1D 24
Octal 167 101 131 0 55 31 65 515 35 44
Binary 1110111 1000001 1011001 0 101101 11001 110101 101001101 11101 100100

Color Harmonies of #774159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774159

Black with #774159

Text Example


Text Example

White with #774159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774159; }

 p { color: rgb(119,65,89); }

 H1.HeaderClassName
 {
   color: #774159;
 }
 .AnyTagClassName
 {
   color: #774159;
 }
</style>

background-color css

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

 a { background-color: rgb(119,65,89); }

 div.DivClassName
 {
   background-color: #774159;
 }
 .BgClassName
 {
   background-color: #774159;
 }
</style>

border-color css

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

 span { border-color: rgb(119,65,89); }

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