Html Css Color HEX #774556 Cosmic

📋 copy color: '#774556'

red 119 ◦ green 69 ◦ blue 86

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

Shades of Cosmic #774556

Tints of Cosmic #774556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

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

R = 43.43%
G = 25.18%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#774556 (or 0x774556) is known color: Cosmic. HEX triplet: 77, 45 and 56. RGB value is (119,69,86). Sum of RGB (Red+Green+Blue) = 119+69+86=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774556 is #88BAA9. Grayscale: #555555. Windows color (decimal): -8960682 or 5653879. OLE color: 5653879.

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

Color convert

RGB 119 69 86 -
CMYK 0 0.42 0.28 0.53
HSL 339.6º 0.27% 0.37% -
HSV(B) 339.6º 0.42% 0.47% -
XYZ 11.42 8.85 9.91 -
YUV 85.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 119 69 86 0 0.42 0.28 0.53 339.6 0.27 0.37
Hex 77 45 56 0 2A 1C 35 154 1B 25
Octal 167 105 126 0 52 34 65 524 33 45
Binary 1110111 1000101 1010110 0 101010 11100 110101 101010100 11011 100101

Color Harmonies of #774556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774556

Black with #774556

Text Example


Text Example

White with #774556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774556; }

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

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

background-color css

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

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

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

border-color css

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

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

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