Html Css Color HEX #775561 Cosmic

📋 copy color: '#775561'

red 119 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #775561

Tints of Cosmic #775561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 39.53%
G = 28.24%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775561 (or 0x775561) is known color: Cosmic. HEX triplet: 77, 55 and 61. RGB value is (119,85,97). Sum of RGB (Red+Green+Blue) = 119+85+97=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775561 is #88AA9E. Grayscale: #606060. Windows color (decimal): -8956575 or 6378871. OLE color: 6378871.

HSL color Cylindrical-coordinate representation of color #775561: hue angle of 338.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775561 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 97 -
CMYK 0 0.29 0.18 0.53
HSL 338.82º 0.17% 0.4% -
HSV(B) 338.82º 0.29% 0.47% -
XYZ 13.01 11.28 12.8 -
YUV 96.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 119 85 97 0 0.29 0.18 0.53 338.82 0.17 0.4
Hex 77 55 61 0 1D 12 35 153 11 28
Octal 167 125 141 0 35 22 65 523 21 50
Binary 1110111 1010101 1100001 0 11101 10010 110101 101010011 10001 101000

Color Harmonies of #775561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775561

Black with #775561

Text Example


Text Example

White with #775561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775561; }

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

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

background-color css

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

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

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

border-color css

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

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

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