Html Css Color HEX #774D6A Cosmic

📋 copy color: '#774D6A'

red 119 ◦ green 77 ◦ blue 106

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

Shades of Cosmic #774D6A

Tints of Cosmic #774D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 39.4%
G = 25.5%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#774D6A (or 0x774D6A) is known color: Cosmic. HEX triplet: 77, 4D and 6A. RGB value is (119,77,106). Sum of RGB (Red+Green+Blue) = 119+77+106=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #774D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D6A is #88B295. Grayscale: #5C5C5C. Windows color (decimal): -8958614 or 6966647. OLE color: 6966647.

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

Color convert

RGB 119 77 106 -
CMYK 0 0.35 0.11 0.53
HSL 318.57º 0.21% 0.38% -
HSV(B) 318.57º 0.35% 0.47% -
XYZ 12.86 10.27 14.94 -
YUV 92.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 119 77 106 0 0.35 0.11 0.53 318.57 0.21 0.38
Hex 77 4D 6A 0 23 B 35 13F 15 26
Octal 167 115 152 0 43 13 65 477 25 46
Binary 1110111 1001101 1101010 0 100011 1011 110101 100111111 10101 100110

Color Harmonies of #774D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D6A

Black with #774D6A

Text Example


Text Example

White with #774D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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