Html Css Color HEX #774A66 Cosmic

📋 copy color: '#774A66'

red 119 ◦ green 74 ◦ blue 102

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

Shades of Cosmic #774A66

Tints of Cosmic #774A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

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

R = 40.34%
G = 25.08%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#774A66 (or 0x774A66) is known color: Cosmic. HEX triplet: 77, 4A and 66. RGB value is (119,74,102). Sum of RGB (Red+Green+Blue) = 119+74+102=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #774A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A66 is #88B599. Grayscale: #5A5A5A. Windows color (decimal): -8959386 or 6703735. OLE color: 6703735.

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

Color convert

RGB 119 74 102 -
CMYK 0 0.38 0.14 0.53
HSL 322.67º 0.23% 0.38% -
HSV(B) 322.67º 0.38% 0.47% -
XYZ 12.45 9.78 13.8 -
YUV 90.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 119 74 102 0 0.38 0.14 0.53 322.67 0.23 0.38
Hex 77 4A 66 0 26 E 35 143 17 26
Octal 167 112 146 0 46 16 65 503 27 46
Binary 1110111 1001010 1100110 0 100110 1110 110101 101000011 10111 100110

Color Harmonies of #774A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A66

Black with #774A66

Text Example


Text Example

White with #774A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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