Html Css Color HEX #775966 Cosmic

📋 copy color: '#775966'

red 119 ◦ green 89 ◦ blue 102

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

Shades of Cosmic #775966

Tints of Cosmic #775966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 38.39%
G = 28.71%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#775966 (or 0x775966) is known color: Cosmic. HEX triplet: 77, 59 and 66. RGB value is (119,89,102). Sum of RGB (Red+Green+Blue) = 119+89+102=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #775966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775966 is #88A699. Grayscale: #636363. Windows color (decimal): -8955546 or 6707575. OLE color: 6707575.

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

Color convert

RGB 119 89 102 -
CMYK 0 0.25 0.14 0.53
HSL 334º 0.14% 0.41% -
HSV(B) 334º 0.25% 0.47% -
XYZ 13.58 12.03 14.18 -
YUV 99.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 119 89 102 0 0.25 0.14 0.53 334 0.14 0.41
Hex 77 59 66 0 19 E 35 14E E 29
Octal 167 131 146 0 31 16 65 516 16 51
Binary 1110111 1011001 1100110 0 11001 1110 110101 101001110 1110 101001

Color Harmonies of #775966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775966

Black with #775966

Text Example


Text Example

White with #775966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775966; }

 p { color: rgb(119,89,102); }

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

background-color css

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

 a { background-color: rgb(119,89,102); }

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

border-color css

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

 span { border-color: rgb(119,89,102); }

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