Html Css Color HEX #775861 Cosmic

📋 copy color: '#775861'

red 119 ◦ green 88 ◦ blue 97

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

Shades of Cosmic #775861

Tints of Cosmic #775861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 39.14%
G = 28.95%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775861 (or 0x775861) is known color: Cosmic. HEX triplet: 77, 58 and 61. RGB value is (119,88,97). Sum of RGB (Red+Green+Blue) = 119+88+97=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775861 is #88A79E. Grayscale: #626262. Windows color (decimal): -8955807 or 6379639. OLE color: 6379639.

HSL color Cylindrical-coordinate representation of color #775861: hue angle of 342.58º 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 #775861 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 97 -
CMYK 0 0.26 0.18 0.53
HSL 342.58º 0.15% 0.41% -
HSV(B) 342.58º 0.26% 0.47% -
XYZ 13.26 11.76 12.88 -
YUV 98.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 119 88 97 0 0.26 0.18 0.53 342.58 0.15 0.41
Hex 77 58 61 0 1A 12 35 157 F 29
Octal 167 130 141 0 32 22 65 527 17 51
Binary 1110111 1011000 1100001 0 11010 10010 110101 101010111 1111 101001

Color Harmonies of #775861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775861

Black with #775861

Text Example


Text Example

White with #775861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775861; }

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

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

background-color css

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

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

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

border-color css

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

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

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