Html Css Color HEX #775860 Cosmic

📋 copy color: '#775860'

red 119 ◦ green 88 ◦ blue 96

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

Shades of Cosmic #775860

Tints of Cosmic #775860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 39.27%
G = 29.04%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#775860 (or 0x775860) is known color: Cosmic. HEX triplet: 77, 58 and 60. RGB value is (119,88,96). Sum of RGB (Red+Green+Blue) = 119+88+96=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775860 is #88A79F. Grayscale: #626262. Windows color (decimal): -8955808 or 6314103. OLE color: 6314103.

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

Color convert

RGB 119 88 96 -
CMYK 0 0.26 0.19 0.53
HSL 344.52º 0.15% 0.41% -
HSV(B) 344.52º 0.26% 0.47% -
XYZ 13.21 11.75 12.64 -
YUV 98.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 119 88 96 0 0.26 0.19 0.53 344.52 0.15 0.41
Hex 77 58 60 0 1A 13 35 159 F 29
Octal 167 130 140 0 32 23 65 531 17 51
Binary 1110111 1011000 1100000 0 11010 10011 110101 101011001 1111 101001

Color Harmonies of #775860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775860

Black with #775860

Text Example


Text Example

White with #775860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775860; }

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

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

background-color css

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

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

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

border-color css

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

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

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