Html Css Color HEX #774E66 Cosmic

📋 copy color: '#774E66'

red 119 ◦ green 78 ◦ blue 102

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

Shades of Cosmic #774E66

Tints of Cosmic #774E66

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

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

R = 39.8%
G = 26.09%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#774E66 (or 0x774E66) is known color: Cosmic. HEX triplet: 77, 4E and 66. RGB value is (119,78,102). Sum of RGB (Red+Green+Blue) = 119+78+102=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #774E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E66 is #88B199. Grayscale: #5C5C5C. Windows color (decimal): -8958362 or 6704759. OLE color: 6704759.

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

Color convert

RGB 119 78 102 -
CMYK 0 0.34 0.14 0.53
HSL 324.88º 0.21% 0.39% -
HSV(B) 324.88º 0.34% 0.47% -
XYZ 12.73 10.33 13.89 -
YUV 93 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 119 78 102 0 0.34 0.14 0.53 324.88 0.21 0.39
Hex 77 4E 66 0 22 E 35 145 15 27
Octal 167 116 146 0 42 16 65 505 25 47
Binary 1110111 1001110 1100110 0 100010 1110 110101 101000101 10101 100111

Color Harmonies of #774E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E66

Black with #774E66

Text Example


Text Example

White with #774E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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