Html Css Color HEX #775061 Cosmic

📋 copy color: '#775061'

red 119 ◦ green 80 ◦ blue 97

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

Shades of Cosmic #775061

Tints of Cosmic #775061

RGB

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

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

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

R = 40.2%
G = 27.03%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775061 (or 0x775061) is known color: Cosmic. HEX triplet: 77, 50 and 61. RGB value is (119,80,97). Sum of RGB (Red+Green+Blue) = 119+80+97=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775061 is #88AF9E. Grayscale: #5D5D5D. Windows color (decimal): -8957855 or 6377591. OLE color: 6377591.

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

Color convert

RGB 119 80 97 -
CMYK 0 0.33 0.18 0.53
HSL 333.85º 0.2% 0.39% -
HSV(B) 333.85º 0.33% 0.47% -
XYZ 12.63 10.52 12.67 -
YUV 93.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 119 80 97 0 0.33 0.18 0.53 333.85 0.2 0.39
Hex 77 50 61 0 21 12 35 14E 14 27
Octal 167 120 141 0 41 22 65 516 24 47
Binary 1110111 1010000 1100001 0 100001 10010 110101 101001110 10100 100111

Color Harmonies of #775061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775061

Black with #775061

Text Example


Text Example

White with #775061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775061; }

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

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

background-color css

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

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

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

border-color css

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

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

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