Html Css Color HEX #775A6C Cosmic

📋 copy color: '#775A6C'

red 119 ◦ green 90 ◦ blue 108

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

Shades of Cosmic #775A6C

Tints of Cosmic #775A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 37.54%
G = 28.39%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#775A6C (or 0x775A6C) is known color: Cosmic. HEX triplet: 77, 5A and 6C. RGB value is (119,90,108). Sum of RGB (Red+Green+Blue) = 119+90+108=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A6C is #88A593. Grayscale: #646464. Windows color (decimal): -8955284 or 7101047. OLE color: 7101047.

HSL color Cylindrical-coordinate representation of color #775A6C: hue angle of 322.76º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775A6C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 108 -
CMYK 0 0.24 0.09 0.53
HSL 322.76º 0.14% 0.41% -
HSV(B) 322.76º 0.24% 0.47% -
XYZ 13.97 12.32 15.83 -
YUV 100.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 119 90 108 0 0.24 0.09 0.53 322.76 0.14 0.41
Hex 77 5A 6C 0 18 9 35 143 E 29
Octal 167 132 154 0 30 11 65 503 16 51
Binary 1110111 1011010 1101100 0 11000 1001 110101 101000011 1110 101001

Color Harmonies of #775A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A6C

Black with #775A6C

Text Example


Text Example

White with #775A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A6C; }

 p { color: rgb(119,90,108); }

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

background-color css

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

 a { background-color: rgb(119,90,108); }

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

border-color css

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

 span { border-color: rgb(119,90,108); }

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