Html Css Color HEX #773C63 Cosmic

📋 copy color: '#773C63'

red 119 ◦ green 60 ◦ blue 99

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

Shades of Cosmic #773C63

Tints of Cosmic #773C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 42.81%
G = 21.58%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#773C63 (or 0x773C63) is known color: Cosmic. HEX triplet: 77, 3C and 63. RGB value is (119,60,99). Sum of RGB (Red+Green+Blue) = 119+60+99=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #773C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C63 is #88C39C. Grayscale: #515151. Windows color (decimal): -8962973 or 6503543. OLE color: 6503543.

HSL color Cylindrical-coordinate representation of color #773C63: hue angle of 320.34º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C63 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 99 -
CMYK 0 0.50 0.17 0.53
HSL 320.34º 0.33% 0.35% -
HSV(B) 320.34º 0.5% 0.47% -
XYZ 11.48 8.05 12.75 -
YUV 82.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 119 60 99 0 0.50 0.17 0.53 320.34 0.33 0.35
Hex 77 3C 63 0 32 11 35 140 21 23
Octal 167 74 143 0 62 21 65 500 41 43
Binary 1110111 111100 1100011 0 110010 10001 110101 101000000 100001 100011

Color Harmonies of #773C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C63

Black with #773C63

Text Example


Text Example

White with #773C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,99); }

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

background-color css

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

 a { background-color: rgb(119,60,99); }

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

border-color css

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

 span { border-color: rgb(119,60,99); }

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