Html Css Color HEX #774969 Cosmic

📋 copy color: '#774969'

red 119 ◦ green 73 ◦ blue 105

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

Shades of Cosmic #774969

Tints of Cosmic #774969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 40.07%
G = 24.58%
B = 35.35%

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

#774969 (or 0x774969) is known color: Cosmic. HEX triplet: 77, 49 and 69. RGB value is (119,73,105). Sum of RGB (Red+Green+Blue) = 119+73+105=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #774969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774969 is #88B696. Grayscale: #5A5A5A. Windows color (decimal): -8959639 or 6900087. OLE color: 6900087.

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

Color convert

RGB 119 73 105 -
CMYK 0 0.39 0.12 0.53
HSL 318.26º 0.24% 0.38% -
HSV(B) 318.26º 0.39% 0.47% -
XYZ 12.54 9.71 14.58 -
YUV 90.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 119 73 105 0 0.39 0.12 0.53 318.26 0.24 0.38
Hex 77 49 69 0 27 C 35 13E 18 26
Octal 167 111 151 0 47 14 65 476 30 46
Binary 1110111 1001001 1101001 0 100111 1100 110101 100111110 11000 100110

Color Harmonies of #774969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774969

Black with #774969

Text Example


Text Example

White with #774969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774969; }

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

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

background-color css

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

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

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

border-color css

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

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

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