Html Css Color HEX #775663 Cosmic

📋 copy color: '#775663'

red 119 ◦ green 86 ◦ blue 99

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

Shades of Cosmic #775663

Tints of Cosmic #775663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

 BLUE value IS 99 (39.06% from 255) = 32.57%

R = 39.14%
G = 28.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#775663 (or 0x775663) is known color: Cosmic. HEX triplet: 77, 56 and 63. RGB value is (119,86,99). Sum of RGB (Red+Green+Blue) = 119+86+99=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775663 is #88A99C. Grayscale: #616161. Windows color (decimal): -8956317 or 6510199. OLE color: 6510199.

HSL color Cylindrical-coordinate representation of color #775663: hue angle of 336.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775663 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 99 -
CMYK 0 0.28 0.17 0.53
HSL 336.36º 0.16% 0.4% -
HSV(B) 336.36º 0.28% 0.47% -
XYZ 13.19 11.48 13.32 -
YUV 97.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 119 86 99 0 0.28 0.17 0.53 336.36 0.16 0.4
Hex 77 56 63 0 1C 11 35 150 10 28
Octal 167 126 143 0 34 21 65 520 20 50
Binary 1110111 1010110 1100011 0 11100 10001 110101 101010000 10000 101000

Color Harmonies of #775663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775663

Black with #775663

Text Example


Text Example

White with #775663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775663; }

 p { color: rgb(119,86,99); }

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

background-color css

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

 a { background-color: rgb(119,86,99); }

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

border-color css

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

 span { border-color: rgb(119,86,99); }

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