Html Css Color HEX #774369 Cosmic

📋 copy color: '#774369'

red 119 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #774369

Tints of Cosmic #774369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 40.89%
G = 23.02%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#774369 (or 0x774369) is known color: Cosmic. HEX triplet: 77, 43 and 69. RGB value is (119,67,105). Sum of RGB (Red+Green+Blue) = 119+67+105=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774369 is #88BC96. Grayscale: #565656. Windows color (decimal): -8961175 or 6898551. OLE color: 6898551.

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

Color convert

RGB 119 67 105 -
CMYK 0 0.44 0.12 0.53
HSL 316.15º 0.28% 0.36% -
HSV(B) 316.15º 0.44% 0.47% -
XYZ 12.16 8.96 14.45 -
YUV 86.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 119 67 105 0 0.44 0.12 0.53 316.15 0.28 0.36
Hex 77 43 69 0 2C C 35 13C 1C 24
Octal 167 103 151 0 54 14 65 474 34 44
Binary 1110111 1000011 1101001 0 101100 1100 110101 100111100 11100 100100

Color Harmonies of #774369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774369

Black with #774369

Text Example


Text Example

White with #774369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774369; }

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

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

background-color css

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

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

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

border-color css

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

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

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