Html Css Color HEX #775060 Cosmic

📋 copy color: '#775060'

red 119 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #775060

Tints of Cosmic #775060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 40.34%
G = 27.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#775060 (or 0x775060) is known color: Cosmic. HEX triplet: 77, 50 and 60. RGB value is (119,80,96). Sum of RGB (Red+Green+Blue) = 119+80+96=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775060 is #88AF9F. Grayscale: #5D5D5D. Windows color (decimal): -8957856 or 6312055. OLE color: 6312055.

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

Color convert

RGB 119 80 96 -
CMYK 0 0.33 0.19 0.53
HSL 335.38º 0.2% 0.39% -
HSV(B) 335.38º 0.33% 0.47% -
XYZ 12.59 10.5 12.43 -
YUV 93.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 119 80 96 0 0.33 0.19 0.53 335.38 0.2 0.39
Hex 77 50 60 0 21 13 35 14F 14 27
Octal 167 120 140 0 41 23 65 517 24 47
Binary 1110111 1010000 1100000 0 100001 10011 110101 101001111 10100 100111

Color Harmonies of #775060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775060

Black with #775060

Text Example


Text Example

White with #775060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775060; }

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

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

background-color css

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

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

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

border-color css

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

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

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