Html Css Color HEX #774169 Cosmic

📋 copy color: '#774169'

red 119 ◦ green 65 ◦ blue 105

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

Shades of Cosmic #774169

Tints of Cosmic #774169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

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

R = 41.18%
G = 22.49%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#774169 (or 0x774169) is known color: Cosmic. HEX triplet: 77, 41 and 69. RGB value is (119,65,105). Sum of RGB (Red+Green+Blue) = 119+65+105=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774169 is #88BE96. Grayscale: #555555. Windows color (decimal): -8961687 or 6898039. OLE color: 6898039.

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

Color convert

RGB 119 65 105 -
CMYK 0 0.45 0.12 0.53
HSL 315.56º 0.29% 0.36% -
HSV(B) 315.56º 0.45% 0.47% -
XYZ 12.05 8.72 14.41 -
YUV 85.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 119 65 105 0 0.45 0.12 0.53 315.56 0.29 0.36
Hex 77 41 69 0 2D C 35 13C 1D 24
Octal 167 101 151 0 55 14 65 474 35 44
Binary 1110111 1000001 1101001 0 101101 1100 110101 100111100 11101 100100

Color Harmonies of #774169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774169

Black with #774169

Text Example


Text Example

White with #774169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774169; }

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

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

background-color css

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

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

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

border-color css

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

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

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