Html Css Color HEX #774E5A Cosmic

📋 copy color: '#774E5A'

red 119 ◦ green 78 ◦ blue 90

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

Shades of Cosmic #774E5A

Tints of Cosmic #774E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 41.46%
G = 27.18%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#774E5A (or 0x774E5A) is known color: Cosmic. HEX triplet: 77, 4E and 5A. RGB value is (119,78,90). Sum of RGB (Red+Green+Blue) = 119+78+90=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E5A is #88B1A5. Grayscale: #5B5B5B. Windows color (decimal): -8958374 or 5918327. OLE color: 5918327.

HSL color Cylindrical-coordinate representation of color #774E5A: hue angle of 342.44º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E5A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 78 90 -
CMYK 0 0.34 0.24 0.53
HSL 342.44º 0.21% 0.39% -
HSV(B) 342.44º 0.34% 0.47% -
XYZ 12.18 10.11 10.98 -
YUV 91.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 119 78 90 0 0.34 0.24 0.53 342.44 0.21 0.39
Hex 77 4E 5A 0 22 18 35 156 15 27
Octal 167 116 132 0 42 30 65 526 25 47
Binary 1110111 1001110 1011010 0 100010 11000 110101 101010110 10101 100111

Color Harmonies of #774E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E5A

Black with #774E5A

Text Example


Text Example

White with #774E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,90); }

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

background-color css

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

 a { background-color: rgb(119,78,90); }

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

border-color css

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

 span { border-color: rgb(119,78,90); }

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