Html Css Color HEX #774D58 Cosmic

📋 copy color: '#774D58'

red 119 ◦ green 77 ◦ blue 88

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

Shades of Cosmic #774D58

Tints of Cosmic #774D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 41.9%
G = 27.11%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#774D58 (or 0x774D58) is known color: Cosmic. HEX triplet: 77, 4D and 58. RGB value is (119,77,88). Sum of RGB (Red+Green+Blue) = 119+77+88=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D58 is #88B2A7. Grayscale: #5A5A5A. Windows color (decimal): -8958632 or 5786999. OLE color: 5786999.

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

Color convert

RGB 119 77 88 -
CMYK 0 0.35 0.26 0.53
HSL 344.29º 0.21% 0.38% -
HSV(B) 344.29º 0.35% 0.47% -
XYZ 12.02 9.93 10.52 -
YUV 90.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 119 77 88 0 0.35 0.26 0.53 344.29 0.21 0.38
Hex 77 4D 58 0 23 1A 35 158 15 26
Octal 167 115 130 0 43 32 65 530 25 46
Binary 1110111 1001101 1011000 0 100011 11010 110101 101011000 10101 100110

Color Harmonies of #774D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D58

Black with #774D58

Text Example


Text Example

White with #774D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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