Html Css Color HEX #774A58 Cosmic

📋 copy color: '#774A58'

red 119 ◦ green 74 ◦ blue 88

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

Shades of Cosmic #774A58

Tints of Cosmic #774A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 42.35%
G = 26.33%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#774A58 (or 0x774A58) is known color: Cosmic. HEX triplet: 77, 4A and 58. RGB value is (119,74,88). Sum of RGB (Red+Green+Blue) = 119+74+88=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A58 is #88B5A7. Grayscale: #595959. Windows color (decimal): -8959400 or 5786231. OLE color: 5786231.

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

Color convert

RGB 119 74 88 -
CMYK 0 0.38 0.26 0.53
HSL 341.33º 0.23% 0.38% -
HSV(B) 341.33º 0.38% 0.47% -
XYZ 11.82 9.52 10.45 -
YUV 89.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 119 74 88 0 0.38 0.26 0.53 341.33 0.23 0.38
Hex 77 4A 58 0 26 1A 35 155 17 26
Octal 167 112 130 0 46 32 65 525 27 46
Binary 1110111 1001010 1011000 0 100110 11010 110101 101010101 10111 100110

Color Harmonies of #774A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A58

Black with #774A58

Text Example


Text Example

White with #774A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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