Html Css Color HEX #775566 Cosmic

📋 copy color: '#775566'

red 119 ◦ green 85 ◦ blue 102

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

Shades of Cosmic #775566

Tints of Cosmic #775566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

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

R = 38.89%
G = 27.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#775566 (or 0x775566) is known color: Cosmic. HEX triplet: 77, 55 and 66. RGB value is (119,85,102). Sum of RGB (Red+Green+Blue) = 119+85+102=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775566 is #88AA99. Grayscale: #616161. Windows color (decimal): -8956570 or 6706551. OLE color: 6706551.

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

Color convert

RGB 119 85 102 -
CMYK 0 0.29 0.14 0.53
HSL 330º 0.17% 0.4% -
HSV(B) 330º 0.29% 0.47% -
XYZ 13.25 11.38 14.07 -
YUV 97.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 119 85 102 0 0.29 0.14 0.53 330 0.17 0.4
Hex 77 55 66 0 1D E 35 14A 11 28
Octal 167 125 146 0 35 16 65 512 21 50
Binary 1110111 1010101 1100110 0 11101 1110 110101 101001010 10001 101000

Color Harmonies of #775566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775566

Black with #775566

Text Example


Text Example

White with #775566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775566; }

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

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

background-color css

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

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

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

border-color css

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

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

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