Html Css Color HEX #774361 Cosmic

📋 copy color: '#774361'

red 119 ◦ green 67 ◦ blue 97

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

Shades of Cosmic #774361

Tints of Cosmic #774361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 42.05%
G = 23.67%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#774361 (or 0x774361) is known color: Cosmic. HEX triplet: 77, 43 and 61. RGB value is (119,67,97). Sum of RGB (Red+Green+Blue) = 119+67+97=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774361 is #88BC9E. Grayscale: #555555. Windows color (decimal): -8961183 or 6374263. OLE color: 6374263.

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

Color convert

RGB 119 67 97 -
CMYK 0 0.44 0.18 0.53
HSL 325.38º 0.28% 0.36% -
HSV(B) 325.38º 0.44% 0.47% -
XYZ 11.77 8.8 12.39 -
YUV 85.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 119 67 97 0 0.44 0.18 0.53 325.38 0.28 0.36
Hex 77 43 61 0 2C 12 35 145 1C 24
Octal 167 103 141 0 54 22 65 505 34 44
Binary 1110111 1000011 1100001 0 101100 10010 110101 101000101 11100 100100

Color Harmonies of #774361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774361

Black with #774361

Text Example


Text Example

White with #774361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774361; }

 p { color: rgb(119,67,97); }

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

background-color css

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

 a { background-color: rgb(119,67,97); }

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

border-color css

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

 span { border-color: rgb(119,67,97); }

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