Html Css Color HEX #775161 Cosmic

📋 copy color: '#775161'

red 119 ◦ green 81 ◦ blue 97

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

Shades of Cosmic #775161

Tints of Cosmic #775161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 40.07%
G = 27.27%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775161 (or 0x775161) is known color: Cosmic. HEX triplet: 77, 51 and 61. RGB value is (119,81,97). Sum of RGB (Red+Green+Blue) = 119+81+97=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775161 is #88AE9E. Grayscale: #5E5E5E. Windows color (decimal): -8957599 or 6377847. OLE color: 6377847.

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

Color convert

RGB 119 81 97 -
CMYK 0 0.32 0.18 0.53
HSL 334.74º 0.19% 0.39% -
HSV(B) 334.74º 0.32% 0.47% -
XYZ 12.71 10.67 12.7 -
YUV 94.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 119 81 97 0 0.32 0.18 0.53 334.74 0.19 0.39
Hex 77 51 61 0 20 12 35 14F 13 27
Octal 167 121 141 0 40 22 65 517 23 47
Binary 1110111 1010001 1100001 0 100000 10010 110101 101001111 10011 100111

Color Harmonies of #775161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775161

Black with #775161

Text Example


Text Example

White with #775161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775161; }

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

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

background-color css

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

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

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

border-color css

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

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

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