Html Css Color HEX #773760 Cosmic

📋 copy color: '#773760'

red 119 ◦ green 55 ◦ blue 96

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

Shades of Cosmic #773760

Tints of Cosmic #773760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 44.07%
G = 20.37%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#773760 (or 0x773760) is known color: Cosmic. HEX triplet: 77, 37 and 60. RGB value is (119,55,96). Sum of RGB (Red+Green+Blue) = 119+55+96=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773760 is #88C89F. Grayscale: #4E4E4E. Windows color (decimal): -8964256 or 6305655. OLE color: 6305655.

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

Color convert

RGB 119 55 96 -
CMYK 0 0.54 0.19 0.53
HSL 321.56º 0.37% 0.34% -
HSV(B) 321.56º 0.54% 0.47% -
XYZ 11.09 7.5 11.93 -
YUV 78.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 119 55 96 0 0.54 0.19 0.53 321.56 0.37 0.34
Hex 77 37 60 0 36 13 35 142 25 22
Octal 167 67 140 0 66 23 65 502 45 42
Binary 1110111 110111 1100000 0 110110 10011 110101 101000010 100101 100010

Color Harmonies of #773760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773760

Black with #773760

Text Example


Text Example

White with #773760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773760; }

 p { color: rgb(119,55,96); }

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

background-color css

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

 a { background-color: rgb(119,55,96); }

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

border-color css

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

 span { border-color: rgb(119,55,96); }

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