Html Css Color HEX #774D66 Cosmic

📋 copy color: '#774D66'

red 119 ◦ green 77 ◦ blue 102

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

Shades of Cosmic #774D66

Tints of Cosmic #774D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 39.93%
G = 25.84%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#774D66 (or 0x774D66) is known color: Cosmic. HEX triplet: 77, 4D and 66. RGB value is (119,77,102). Sum of RGB (Red+Green+Blue) = 119+77+102=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D66 is #88B299. Grayscale: #5C5C5C. Windows color (decimal): -8958618 or 6704503. OLE color: 6704503.

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

Color convert

RGB 119 77 102 -
CMYK 0 0.35 0.14 0.53
HSL 324.29º 0.21% 0.38% -
HSV(B) 324.29º 0.35% 0.47% -
XYZ 12.66 10.19 13.87 -
YUV 92.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 119 77 102 0 0.35 0.14 0.53 324.29 0.21 0.38
Hex 77 4D 66 0 23 E 35 144 15 26
Octal 167 115 146 0 43 16 65 504 25 46
Binary 1110111 1001101 1100110 0 100011 1110 110101 101000100 10101 100110

Color Harmonies of #774D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D66

Black with #774D66

Text Example


Text Example

White with #774D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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