Html Css Color HEX #775595 Studio

📋 copy color: '#775595'

red 119 ◦ green 85 ◦ blue 149

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

Shades of Studio #775595

Tints of Studio #775595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 33.71%
G = 24.08%
B = 42.21%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775595 (or 0x775595) is known color: Studio. HEX triplet: 77, 55 and 95. RGB value is (119,85,149). Sum of RGB (Red+Green+Blue) = 119+85+149=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #775595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775595 is #88AA6A. Grayscale: #666666. Windows color (decimal): -8956523 or 9786743. OLE color: 9786743.

HSL color Cylindrical-coordinate representation of color #775595: hue angle of 271.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775595 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 85 149 -
CMYK 0.20 0.43 0 0.42
HSL 271.88º 0.27% 0.46% -
HSV(B) 271.88º 0.43% 0.58% -
XYZ 16.28 12.59 30.01 -
YUV 102.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 119 85 149 0.20 0.43 0 0.42 271.88 0.27 0.46
Hex 77 55 95 14 2B 0 2A 110 1B 2E
Octal 167 125 225 24 53 0 52 420 33 56
Binary 1110111 1010101 10010101 10100 101011 0 101010 100010000 11011 101110

Color Harmonies of #775595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775595

Black with #775595

Text Example


Text Example

White with #775595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775595; }

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

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

background-color css

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

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

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

border-color css

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

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

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