Html Css Color HEX #774966 Cosmic

📋 copy color: '#774966'

red 119 ◦ green 73 ◦ blue 102

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

Shades of Cosmic #774966

Tints of Cosmic #774966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 40.48%
G = 24.83%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#774966 (or 0x774966) is known color: Cosmic. HEX triplet: 77, 49 and 66. RGB value is (119,73,102). Sum of RGB (Red+Green+Blue) = 119+73+102=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774966 is #88B699. Grayscale: #595959. Windows color (decimal): -8959642 or 6703479. OLE color: 6703479.

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

Color convert

RGB 119 73 102 -
CMYK 0 0.39 0.14 0.53
HSL 322.17º 0.24% 0.38% -
HSV(B) 322.17º 0.39% 0.47% -
XYZ 12.39 9.65 13.78 -
YUV 90.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 119 73 102 0 0.39 0.14 0.53 322.17 0.24 0.38
Hex 77 49 66 0 27 E 35 142 18 26
Octal 167 111 146 0 47 16 65 502 30 46
Binary 1110111 1001001 1100110 0 100111 1110 110101 101000010 11000 100110

Color Harmonies of #774966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774966

Black with #774966

Text Example


Text Example

White with #774966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774966; }

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

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

background-color css

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

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

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

border-color css

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

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

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