Html Css Color HEX #773F68 Cosmic

📋 copy color: '#773F68'

red 119 ◦ green 63 ◦ blue 104

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

Shades of Cosmic #773F68

Tints of Cosmic #773F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 41.61%
G = 22.03%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#773F68 (or 0x773F68) is known color: Cosmic. HEX triplet: 77, 3F and 68. RGB value is (119,63,104). Sum of RGB (Red+Green+Blue) = 119+63+104=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #773F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F68 is #88C097. Grayscale: #545454. Windows color (decimal): -8962200 or 6831991. OLE color: 6831991.

HSL color Cylindrical-coordinate representation of color #773F68: hue angle of 316.07º 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 #773F68 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 104 -
CMYK 0 0.47 0.13 0.53
HSL 316.07º 0.31% 0.36% -
HSV(B) 316.07º 0.47% 0.47% -
XYZ 11.88 8.48 14.11 -
YUV 84.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 119 63 104 0 0.47 0.13 0.53 316.07 0.31 0.36
Hex 77 3F 68 0 2F D 35 13C 1F 24
Octal 167 77 150 0 57 15 65 474 37 44
Binary 1110111 111111 1101000 0 101111 1101 110101 100111100 11111 100100

Color Harmonies of #773F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F68

Black with #773F68

Text Example


Text Example

White with #773F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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