Html Css Color HEX #774A56 Cosmic

📋 copy color: '#774A56'

red 119 ◦ green 74 ◦ blue 86

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

Shades of Cosmic #774A56

Tints of Cosmic #774A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 42.65%
G = 26.52%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#774A56 (or 0x774A56) is known color: Cosmic. HEX triplet: 77, 4A and 56. RGB value is (119,74,86). Sum of RGB (Red+Green+Blue) = 119+74+86=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #774A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A56 is #88B5A9. Grayscale: #585858. Windows color (decimal): -8959402 or 5655159. OLE color: 5655159.

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

Color convert

RGB 119 74 86 -
CMYK 0 0.38 0.28 0.53
HSL 344º 0.23% 0.38% -
HSV(B) 344º 0.38% 0.47% -
XYZ 11.74 9.49 10.02 -
YUV 88.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 119 74 86 0 0.38 0.28 0.53 344 0.23 0.38
Hex 77 4A 56 0 26 1C 35 158 17 26
Octal 167 112 126 0 46 34 65 530 27 46
Binary 1110111 1001010 1010110 0 100110 11100 110101 101011000 10111 100110

Color Harmonies of #774A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A56

Black with #774A56

Text Example


Text Example

White with #774A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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