Html Css Color HEX #774559 Cosmic

📋 copy color: '#774559'

red 119 ◦ green 69 ◦ blue 89

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

Shades of Cosmic #774559

Tints of Cosmic #774559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.91%

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

R = 42.96%
G = 24.91%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#774559 (or 0x774559) is known color: Cosmic. HEX triplet: 77, 45 and 59. RGB value is (119,69,89). Sum of RGB (Red+Green+Blue) = 119+69+89=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774559 is #88BAA6. Grayscale: #565656. Windows color (decimal): -8960679 or 5850487. OLE color: 5850487.

HSL color Cylindrical-coordinate representation of color #774559: hue angle of 336º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774559 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 89 -
CMYK 0 0.42 0.25 0.53
HSL 336º 0.27% 0.37% -
HSV(B) 336º 0.42% 0.47% -
XYZ 11.54 8.9 10.56 -
YUV 86.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 119 69 89 0 0.42 0.25 0.53 336 0.27 0.37
Hex 77 45 59 0 2A 19 35 150 1B 25
Octal 167 105 131 0 52 31 65 520 33 45
Binary 1110111 1000101 1011001 0 101010 11001 110101 101010000 11011 100101

Color Harmonies of #774559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774559

Black with #774559

Text Example


Text Example

White with #774559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774559; }

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

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

background-color css

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

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

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

border-color css

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

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

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