Html Css Color HEX #775162 Cosmic

📋 copy color: '#775162'

red 119 ◦ green 81 ◦ blue 98

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

Shades of Cosmic #775162

Tints of Cosmic #775162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 39.93%
G = 27.18%
B = 32.89%

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

#775162 (or 0x775162) is known color: Cosmic. HEX triplet: 77, 51 and 62. RGB value is (119,81,98). Sum of RGB (Red+Green+Blue) = 119+81+98=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775162 is #88AE9D. Grayscale: #5E5E5E. Windows color (decimal): -8957598 or 6443383. OLE color: 6443383.

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

Color convert

RGB 119 81 98 -
CMYK 0 0.32 0.18 0.53
HSL 333.16º 0.19% 0.39% -
HSV(B) 333.16º 0.32% 0.47% -
XYZ 12.75 10.69 12.95 -
YUV 94.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 119 81 98 0 0.32 0.18 0.53 333.16 0.19 0.39
Hex 77 51 62 0 20 12 35 14D 13 27
Octal 167 121 142 0 40 22 65 515 23 47
Binary 1110111 1010001 1100010 0 100000 10010 110101 101001101 10011 100111

Color Harmonies of #775162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775162

Black with #775162

Text Example


Text Example

White with #775162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775162; }

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

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

background-color css

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

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

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

border-color css

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

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

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