Html Css Color HEX #774E5E Cosmic

📋 copy color: '#774E5E'

red 119 ◦ green 78 ◦ blue 94

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

Shades of Cosmic #774E5E

Tints of Cosmic #774E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 40.89%
G = 26.8%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#774E5E (or 0x774E5E) is known color: Cosmic. HEX triplet: 77, 4E and 5E. RGB value is (119,78,94). Sum of RGB (Red+Green+Blue) = 119+78+94=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E5E is #88B1A1. Grayscale: #5C5C5C. Windows color (decimal): -8958370 or 6180471. OLE color: 6180471.

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

Color convert

RGB 119 78 94 -
CMYK 0 0.34 0.21 0.53
HSL 336.59º 0.21% 0.39% -
HSV(B) 336.59º 0.34% 0.47% -
XYZ 12.35 10.18 11.9 -
YUV 92.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 119 78 94 0 0.34 0.21 0.53 336.59 0.21 0.39
Hex 77 4E 5E 0 22 15 35 151 15 27
Octal 167 116 136 0 42 25 65 521 25 47
Binary 1110111 1001110 1011110 0 100010 10101 110101 101010001 10101 100111

Color Harmonies of #774E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E5E

Black with #774E5E

Text Example


Text Example

White with #774E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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