Html Css Color HEX #774960 Cosmic

📋 copy color: '#774960'

red 119 ◦ green 73 ◦ blue 96

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

Shades of Cosmic #774960

Tints of Cosmic #774960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 41.32%
G = 25.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#774960 (or 0x774960) is known color: Cosmic. HEX triplet: 77, 49 and 60. RGB value is (119,73,96). Sum of RGB (Red+Green+Blue) = 119+73+96=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774960 is #88B69F. Grayscale: #595959. Windows color (decimal): -8959648 or 6310263. OLE color: 6310263.

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

Color convert

RGB 119 73 96 -
CMYK 0 0.39 0.19 0.53
HSL 330º 0.24% 0.38% -
HSV(B) 330º 0.39% 0.47% -
XYZ 12.1 9.53 12.27 -
YUV 89.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 119 73 96 0 0.39 0.19 0.53 330 0.24 0.38
Hex 77 49 60 0 27 13 35 14A 18 26
Octal 167 111 140 0 47 23 65 512 30 46
Binary 1110111 1001001 1100000 0 100111 10011 110101 101001010 11000 100110

Color Harmonies of #774960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774960

Black with #774960

Text Example


Text Example

White with #774960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774960; }

 p { color: rgb(119,73,96); }

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

background-color css

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

 a { background-color: rgb(119,73,96); }

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

border-color css

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

 span { border-color: rgb(119,73,96); }

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