Html Css Color HEX #773E5A Cosmic

📋 copy color: '#773E5A'

red 119 ◦ green 62 ◦ blue 90

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

Shades of Cosmic #773E5A

Tints of Cosmic #773E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 43.91%
G = 22.88%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#773E5A (or 0x773E5A) is known color: Cosmic. HEX triplet: 77, 3E and 5A. RGB value is (119,62,90). Sum of RGB (Red+Green+Blue) = 119+62+90=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #773E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E5A is #88C1A5. Grayscale: #525252. Windows color (decimal): -8962470 or 5914231. OLE color: 5914231.

HSL color Cylindrical-coordinate representation of color #773E5A: hue angle of 330.53º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E5A is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 62 90 -
CMYK 0 0.48 0.24 0.53
HSL 330.53º 0.31% 0.35% -
HSV(B) 330.53º 0.48% 0.47% -
XYZ 11.18 8.11 10.65 -
YUV 82.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 119 62 90 0 0.48 0.24 0.53 330.53 0.31 0.35
Hex 77 3E 5A 0 30 18 35 14B 1F 23
Octal 167 76 132 0 60 30 65 513 37 43
Binary 1110111 111110 1011010 0 110000 11000 110101 101001011 11111 100011

Color Harmonies of #773E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E5A

Black with #773E5A

Text Example


Text Example

White with #773E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773E5A; }

 p { color: rgb(119,62,90); }

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

background-color css

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

 a { background-color: rgb(119,62,90); }

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

border-color css

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

 span { border-color: rgb(119,62,90); }

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