Html Css Color HEX #775366 Cosmic

📋 copy color: '#775366'

red 119 ◦ green 83 ◦ blue 102

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

Shades of Cosmic #775366

Tints of Cosmic #775366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 39.14%
G = 27.3%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#775366 (or 0x775366) is known color: Cosmic. HEX triplet: 77, 53 and 66. RGB value is (119,83,102). Sum of RGB (Red+Green+Blue) = 119+83+102=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775366 is #88AC99. Grayscale: #5F5F5F. Windows color (decimal): -8957082 or 6706039. OLE color: 6706039.

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

Color convert

RGB 119 83 102 -
CMYK 0 0.30 0.14 0.53
HSL 328.33º 0.18% 0.4% -
HSV(B) 328.33º 0.3% 0.47% -
XYZ 13.1 11.07 14.02 -
YUV 95.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 119 83 102 0 0.30 0.14 0.53 328.33 0.18 0.4
Hex 77 53 66 0 1E E 35 148 12 28
Octal 167 123 146 0 36 16 65 510 22 50
Binary 1110111 1010011 1100110 0 11110 1110 110101 101001000 10010 101000

Color Harmonies of #775366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775366

Black with #775366

Text Example


Text Example

White with #775366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775366; }

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

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

background-color css

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

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

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

border-color css

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

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

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