Html Css Color HEX #774364 Cosmic

📋 copy color: '#774364'

red 119 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #774364

Tints of Cosmic #774364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 41.61%
G = 23.43%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#774364 (or 0x774364) is known color: Cosmic. HEX triplet: 77, 43 and 64. RGB value is (119,67,100). Sum of RGB (Red+Green+Blue) = 119+67+100=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #774364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774364 is #88BC9B. Grayscale: #565656. Windows color (decimal): -8961180 or 6570871. OLE color: 6570871.

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

Color convert

RGB 119 67 100 -
CMYK 0 0.44 0.16 0.53
HSL 321.92º 0.28% 0.36% -
HSV(B) 321.92º 0.44% 0.47% -
XYZ 11.92 8.86 13.14 -
YUV 86.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 119 67 100 0 0.44 0.16 0.53 321.92 0.28 0.36
Hex 77 43 64 0 2C 10 35 142 1C 24
Octal 167 103 144 0 54 20 65 502 34 44
Binary 1110111 1000011 1100100 0 101100 10000 110101 101000010 11100 100100

Color Harmonies of #774364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774364

Black with #774364

Text Example


Text Example

White with #774364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774364; }

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

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

background-color css

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

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

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

border-color css

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

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

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