Html Css Color HEX #774A62 Cosmic

📋 copy color: '#774A62'

red 119 ◦ green 74 ◦ blue 98

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

Shades of Cosmic #774A62

Tints of Cosmic #774A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 40.89%
G = 25.43%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#774A62 (or 0x774A62) is known color: Cosmic. HEX triplet: 77, 4A and 62. RGB value is (119,74,98). Sum of RGB (Red+Green+Blue) = 119+74+98=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A62 is #88B59D. Grayscale: #5A5A5A. Windows color (decimal): -8959390 or 6441591. OLE color: 6441591.

HSL color Cylindrical-coordinate representation of color #774A62: hue angle of 328º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A62 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 98 -
CMYK 0 0.38 0.18 0.53
HSL 328º 0.23% 0.38% -
HSV(B) 328º 0.38% 0.47% -
XYZ 12.26 9.7 12.78 -
YUV 90.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 119 74 98 0 0.38 0.18 0.53 328 0.23 0.38
Hex 77 4A 62 0 26 12 35 148 17 26
Octal 167 112 142 0 46 22 65 510 27 46
Binary 1110111 1001010 1100010 0 100110 10010 110101 101001000 10111 100110

Color Harmonies of #774A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A62

Black with #774A62

Text Example


Text Example

White with #774A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,98); }

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

background-color css

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

 a { background-color: rgb(119,74,98); }

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

border-color css

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

 span { border-color: rgb(119,74,98); }

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