Html Css Color HEX #774E5B Cosmic

📋 copy color: '#774E5B'

red 119 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #774E5B

Tints of Cosmic #774E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 41.32%
G = 27.08%
B = 31.6%

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

#774E5B (or 0x774E5B) is known color: Cosmic. HEX triplet: 77, 4E and 5B. RGB value is (119,78,91). Sum of RGB (Red+Green+Blue) = 119+78+91=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E5B is #88B1A4. Grayscale: #5B5B5B. Windows color (decimal): -8958373 or 5983863. OLE color: 5983863.

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

Color convert

RGB 119 78 91 -
CMYK 0 0.34 0.24 0.53
HSL 340.98º 0.21% 0.39% -
HSV(B) 340.98º 0.34% 0.47% -
XYZ 12.22 10.13 11.21 -
YUV 91.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 119 78 91 0 0.34 0.24 0.53 340.98 0.21 0.39
Hex 77 4E 5B 0 22 18 35 155 15 27
Octal 167 116 133 0 42 30 65 525 25 47
Binary 1110111 1001110 1011011 0 100010 11000 110101 101010101 10101 100111

Color Harmonies of #774E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E5B

Black with #774E5B

Text Example


Text Example

White with #774E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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