Html Css Color HEX #775866 Cosmic

📋 copy color: '#775866'

red 119 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #775866

Tints of Cosmic #775866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 38.51%
G = 28.48%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#775866 (or 0x775866) is known color: Cosmic. HEX triplet: 77, 58 and 66. RGB value is (119,88,102). Sum of RGB (Red+Green+Blue) = 119+88+102=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775866 is #88A799. Grayscale: #626262. Windows color (decimal): -8955802 or 6707319. OLE color: 6707319.

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

Color convert

RGB 119 88 102 -
CMYK 0 0.26 0.14 0.53
HSL 332.9º 0.15% 0.41% -
HSV(B) 332.9º 0.26% 0.47% -
XYZ 13.5 11.86 14.15 -
YUV 98.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 119 88 102 0 0.26 0.14 0.53 332.9 0.15 0.41
Hex 77 58 66 0 1A E 35 14D F 29
Octal 167 130 146 0 32 16 65 515 17 51
Binary 1110111 1011000 1100110 0 11010 1110 110101 101001101 1111 101001

Color Harmonies of #775866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775866

Black with #775866

Text Example


Text Example

White with #775866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775866; }

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

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

background-color css

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

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

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

border-color css

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

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

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