Html Css Color HEX #773861 Cosmic

📋 copy color: '#773861'

red 119 ◦ green 56 ◦ blue 97

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

Shades of Cosmic #773861

Tints of Cosmic #773861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 43.75%
G = 20.59%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#773861 (or 0x773861) is known color: Cosmic. HEX triplet: 77, 38 and 61. RGB value is (119,56,97). Sum of RGB (Red+Green+Blue) = 119+56+97=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773861 is #88C79E. Grayscale: #4F4F4F. Windows color (decimal): -8963999 or 6371447. OLE color: 6371447.

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

Color convert

RGB 119 56 97 -
CMYK 0 0.53 0.18 0.53
HSL 320.95º 0.36% 0.34% -
HSV(B) 320.95º 0.53% 0.47% -
XYZ 11.18 7.61 12.19 -
YUV 79.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 119 56 97 0 0.53 0.18 0.53 320.95 0.36 0.34
Hex 77 38 61 0 35 12 35 141 24 22
Octal 167 70 141 0 65 22 65 501 44 42
Binary 1110111 111000 1100001 0 110101 10010 110101 101000001 100100 100010

Color Harmonies of #773861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773861

Black with #773861

Text Example


Text Example

White with #773861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773861; }

 p { color: rgb(119,56,97); }

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

background-color css

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

 a { background-color: rgb(119,56,97); }

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

border-color css

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

 span { border-color: rgb(119,56,97); }

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