Html Css Color HEX #774D5C Cosmic

📋 copy color: '#774D5C'

red 119 ◦ green 77 ◦ blue 92

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

Shades of Cosmic #774D5C

Tints of Cosmic #774D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 41.32%
G = 26.74%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#774D5C (or 0x774D5C) is known color: Cosmic. HEX triplet: 77, 4D and 5C. RGB value is (119,77,92). Sum of RGB (Red+Green+Blue) = 119+77+92=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5C is #88B2A3. Grayscale: #5B5B5B. Windows color (decimal): -8958628 or 6049143. OLE color: 6049143.

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

Color convert

RGB 119 77 92 -
CMYK 0 0.35 0.23 0.53
HSL 338.57º 0.21% 0.38% -
HSV(B) 338.57º 0.35% 0.47% -
XYZ 12.19 10 11.41 -
YUV 91.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 119 77 92 0 0.35 0.23 0.53 338.57 0.21 0.38
Hex 77 4D 5C 0 23 17 35 153 15 26
Octal 167 115 134 0 43 27 65 523 25 46
Binary 1110111 1001101 1011100 0 100011 10111 110101 101010011 10101 100110

Color Harmonies of #774D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D5C

Black with #774D5C

Text Example


Text Example

White with #774D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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