Html Css Color HEX #775766 Cosmic

📋 copy color: '#775766'

red 119 ◦ green 87 ◦ blue 102

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

Shades of Cosmic #775766

Tints of Cosmic #775766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 38.64%
G = 28.25%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#775766 (or 0x775766) is known color: Cosmic. HEX triplet: 77, 57 and 66. RGB value is (119,87,102). Sum of RGB (Red+Green+Blue) = 119+87+102=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775766 is #88A899. Grayscale: #626262. Windows color (decimal): -8956058 or 6707063. OLE color: 6707063.

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

Color convert

RGB 119 87 102 -
CMYK 0 0.27 0.14 0.53
HSL 331.88º 0.16% 0.4% -
HSV(B) 331.88º 0.27% 0.47% -
XYZ 13.41 11.7 14.12 -
YUV 98.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 119 87 102 0 0.27 0.14 0.53 331.88 0.16 0.4
Hex 77 57 66 0 1B E 35 14C 10 28
Octal 167 127 146 0 33 16 65 514 20 50
Binary 1110111 1010111 1100110 0 11011 1110 110101 101001100 10000 101000

Color Harmonies of #775766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775766

Black with #775766

Text Example


Text Example

White with #775766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775766; }

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

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

background-color css

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

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

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

border-color css

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

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

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