Html Css Color HEX #773F5D Cosmic

📋 copy color: '#773F5D'

red 119 ◦ green 63 ◦ blue 93

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

Shades of Cosmic #773F5D

Tints of Cosmic #773F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 43.27%
G = 22.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#773F5D (or 0x773F5D) is known color: Cosmic. HEX triplet: 77, 3F and 5D. RGB value is (119,63,93). Sum of RGB (Red+Green+Blue) = 119+63+93=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #773F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F5D is #88C0A2. Grayscale: #535353. Windows color (decimal): -8962211 or 6111095. OLE color: 6111095.

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

Color convert

RGB 119 63 93 -
CMYK 0 0.47 0.22 0.53
HSL 327.86º 0.31% 0.36% -
HSV(B) 327.86º 0.47% 0.47% -
XYZ 11.36 8.27 11.35 -
YUV 83.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 119 63 93 0 0.47 0.22 0.53 327.86 0.31 0.36
Hex 77 3F 5D 0 2F 16 35 148 1F 24
Octal 167 77 135 0 57 26 65 510 37 44
Binary 1110111 111111 1011101 0 101111 10110 110101 101001000 11111 100100

Color Harmonies of #773F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F5D

Black with #773F5D

Text Example


Text Example

White with #773F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,93); }

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

background-color css

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

 a { background-color: rgb(119,63,93); }

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

border-color css

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

 span { border-color: rgb(119,63,93); }

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