Html Css Color HEX #774368 Cosmic

📋 copy color: '#774368'

red 119 ◦ green 67 ◦ blue 104

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

Shades of Cosmic #774368

Tints of Cosmic #774368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 41.03%
G = 23.1%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774368 (or 0x774368) is known color: Cosmic. HEX triplet: 77, 43 and 68. RGB value is (119,67,104). Sum of RGB (Red+Green+Blue) = 119+67+104=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774368 is #88BC97. Grayscale: #565656. Windows color (decimal): -8961176 or 6833015. OLE color: 6833015.

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

Color convert

RGB 119 67 104 -
CMYK 0 0.44 0.13 0.53
HSL 317.31º 0.28% 0.36% -
HSV(B) 317.31º 0.44% 0.47% -
XYZ 12.11 8.94 14.18 -
YUV 86.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 119 67 104 0 0.44 0.13 0.53 317.31 0.28 0.36
Hex 77 43 68 0 2C D 35 13D 1C 24
Octal 167 103 150 0 54 15 65 475 34 44
Binary 1110111 1000011 1101000 0 101100 1101 110101 100111101 11100 100100

Color Harmonies of #774368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774368

Black with #774368

Text Example


Text Example

White with #774368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774368; }

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

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

background-color css

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

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

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

border-color css

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

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

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