Html Css Color HEX #774D56 Cosmic

📋 copy color: '#774D56'

red 119 ◦ green 77 ◦ blue 86

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

Shades of Cosmic #774D56

Tints of Cosmic #774D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 42.2%
G = 27.3%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#774D56 (or 0x774D56) is known color: Cosmic. HEX triplet: 77, 4D and 56. RGB value is (119,77,86). Sum of RGB (Red+Green+Blue) = 119+77+86=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D56 is #88B2A9. Grayscale: #5A5A5A. Windows color (decimal): -8958634 or 5655927. OLE color: 5655927.

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

Color convert

RGB 119 77 86 -
CMYK 0 0.35 0.28 0.53
HSL 347.14º 0.21% 0.38% -
HSV(B) 347.14º 0.35% 0.47% -
XYZ 11.94 9.9 10.09 -
YUV 90.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 119 77 86 0 0.35 0.28 0.53 347.14 0.21 0.38
Hex 77 4D 56 0 23 1C 35 15B 15 26
Octal 167 115 126 0 43 34 65 533 25 46
Binary 1110111 1001101 1010110 0 100011 11100 110101 101011011 10101 100110

Color Harmonies of #774D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D56

Black with #774D56

Text Example


Text Example

White with #774D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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