Html Css Color HEX #774360 Cosmic

📋 copy color: '#774360'

red 119 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #774360

Tints of Cosmic #774360

RGB

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

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

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

R = 42.2%
G = 23.76%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#774360 (or 0x774360) is known color: Cosmic. HEX triplet: 77, 43 and 60. RGB value is (119,67,96). Sum of RGB (Red+Green+Blue) = 119+67+96=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774360 is #88BC9F. Grayscale: #555555. Windows color (decimal): -8961184 or 6308727. OLE color: 6308727.

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

Color convert

RGB 119 67 96 -
CMYK 0 0.44 0.19 0.53
HSL 326.54º 0.28% 0.36% -
HSV(B) 326.54º 0.44% 0.47% -
XYZ 11.73 8.78 12.14 -
YUV 85.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 119 67 96 0 0.44 0.19 0.53 326.54 0.28 0.36
Hex 77 43 60 0 2C 13 35 147 1C 24
Octal 167 103 140 0 54 23 65 507 34 44
Binary 1110111 1000011 1100000 0 101100 10011 110101 101000111 11100 100100

Color Harmonies of #774360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774360

Black with #774360

Text Example


Text Example

White with #774360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774360; }

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

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

background-color css

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

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

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

border-color css

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

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

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