Html Css Color HEX #774A64 Cosmic

📋 copy color: '#774A64'

red 119 ◦ green 74 ◦ blue 100

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

Shades of Cosmic #774A64

Tints of Cosmic #774A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 40.61%
G = 25.26%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#774A64 (or 0x774A64) is known color: Cosmic. HEX triplet: 77, 4A and 64. RGB value is (119,74,100). Sum of RGB (Red+Green+Blue) = 119+74+100=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #774A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A64 is #88B59B. Grayscale: #5A5A5A. Windows color (decimal): -8959388 or 6572663. OLE color: 6572663.

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

Color convert

RGB 119 74 100 -
CMYK 0 0.38 0.16 0.53
HSL 325.33º 0.23% 0.38% -
HSV(B) 325.33º 0.38% 0.47% -
XYZ 12.36 9.74 13.29 -
YUV 90.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 119 74 100 0 0.38 0.16 0.53 325.33 0.23 0.38
Hex 77 4A 64 0 26 10 35 145 17 26
Octal 167 112 144 0 46 20 65 505 27 46
Binary 1110111 1001010 1100100 0 100110 10000 110101 101000101 10111 100110

Color Harmonies of #774A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A64

Black with #774A64

Text Example


Text Example

White with #774A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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