Html Css Color HEX #774D5E Cosmic

📋 copy color: '#774D5E'

red 119 ◦ green 77 ◦ blue 94

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

Shades of Cosmic #774D5E

Tints of Cosmic #774D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 41.03%
G = 26.55%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#774D5E (or 0x774D5E) is known color: Cosmic. HEX triplet: 77, 4D and 5E. RGB value is (119,77,94). Sum of RGB (Red+Green+Blue) = 119+77+94=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5E is #88B2A1. Grayscale: #5B5B5B. Windows color (decimal): -8958626 or 6180215. OLE color: 6180215.

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

Color convert

RGB 119 77 94 -
CMYK 0 0.35 0.21 0.53
HSL 335.71º 0.21% 0.38% -
HSV(B) 335.71º 0.35% 0.47% -
XYZ 12.28 10.04 11.88 -
YUV 91.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 119 77 94 0 0.35 0.21 0.53 335.71 0.21 0.38
Hex 77 4D 5E 0 23 15 35 150 15 26
Octal 167 115 136 0 43 25 65 520 25 46
Binary 1110111 1001101 1011110 0 100011 10101 110101 101010000 10101 100110

Color Harmonies of #774D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D5E

Black with #774D5E

Text Example


Text Example

White with #774D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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