Html Css Color HEX #774B56 Cosmic

📋 copy color: '#774B56'

red 119 ◦ green 75 ◦ blue 86

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

Shades of Cosmic #774B56

Tints of Cosmic #774B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

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

R = 42.5%
G = 26.79%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#774B56 (or 0x774B56) is known color: Cosmic. HEX triplet: 77, 4B and 56. RGB value is (119,75,86). Sum of RGB (Red+Green+Blue) = 119+75+86=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #774B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B56 is #88B4A9. Grayscale: #595959. Windows color (decimal): -8959146 or 5655415. OLE color: 5655415.

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

Color convert

RGB 119 75 86 -
CMYK 0 0.37 0.28 0.53
HSL 345º 0.23% 0.38% -
HSV(B) 345º 0.37% 0.47% -
XYZ 11.8 9.63 10.04 -
YUV 89.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 119 75 86 0 0.37 0.28 0.53 345 0.23 0.38
Hex 77 4B 56 0 25 1C 35 159 17 26
Octal 167 113 126 0 45 34 65 531 27 46
Binary 1110111 1001011 1010110 0 100101 11100 110101 101011001 10111 100110

Color Harmonies of #774B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B56

Black with #774B56

Text Example


Text Example

White with #774B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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