Html Css Color HEX #774D63 Cosmic

📋 copy color: '#774D63'

red 119 ◦ green 77 ◦ blue 99

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

Shades of Cosmic #774D63

Tints of Cosmic #774D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 40.34%
G = 26.1%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#774D63 (or 0x774D63) is known color: Cosmic. HEX triplet: 77, 4D and 63. RGB value is (119,77,99). Sum of RGB (Red+Green+Blue) = 119+77+99=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #774D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D63 is #88B29C. Grayscale: #5C5C5C. Windows color (decimal): -8958621 or 6507895. OLE color: 6507895.

HSL color Cylindrical-coordinate representation of color #774D63: hue angle of 328.57º 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 #774D63 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 99 -
CMYK 0 0.35 0.17 0.53
HSL 328.57º 0.21% 0.38% -
HSV(B) 328.57º 0.35% 0.47% -
XYZ 12.51 10.13 13.1 -
YUV 92.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 119 77 99 0 0.35 0.17 0.53 328.57 0.21 0.38
Hex 77 4D 63 0 23 11 35 149 15 26
Octal 167 115 143 0 43 21 65 511 25 46
Binary 1110111 1001101 1100011 0 100011 10001 110101 101001001 10101 100110

Color Harmonies of #774D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D63

Black with #774D63

Text Example


Text Example

White with #774D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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