Html Css Color HEX #774869 Cosmic

📋 copy color: '#774869'

red 119 ◦ green 72 ◦ blue 105

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

Shades of Cosmic #774869

Tints of Cosmic #774869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

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

R = 40.2%
G = 24.32%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#774869 (or 0x774869) is known color: Cosmic. HEX triplet: 77, 48 and 69. RGB value is (119,72,105). Sum of RGB (Red+Green+Blue) = 119+72+105=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774869 is #88B796. Grayscale: #595959. Windows color (decimal): -8959895 or 6899831. OLE color: 6899831.

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

Color convert

RGB 119 72 105 -
CMYK 0 0.39 0.12 0.53
HSL 317.87º 0.25% 0.37% -
HSV(B) 317.87º 0.39% 0.47% -
XYZ 12.47 9.58 14.56 -
YUV 89.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 119 72 105 0 0.39 0.12 0.53 317.87 0.25 0.37
Hex 77 48 69 0 27 C 35 13E 19 25
Octal 167 110 151 0 47 14 65 476 31 45
Binary 1110111 1001000 1101001 0 100111 1100 110101 100111110 11001 100101

Color Harmonies of #774869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774869

Black with #774869

Text Example


Text Example

White with #774869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774869; }

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

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

background-color css

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

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

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

border-color css

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

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

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