Html Css Color HEX #775195 Studio

📋 copy color: '#775195'

red 119 ◦ green 81 ◦ blue 149

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

Shades of Studio #775195

Tints of Studio #775195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

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

R = 34.1%
G = 23.21%
B = 42.69%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775195 (or 0x775195) is known color: Studio. HEX triplet: 77, 51 and 95. RGB value is (119,81,149). Sum of RGB (Red+Green+Blue) = 119+81+149=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #775195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775195 is #88AE6A. Grayscale: #636363. Windows color (decimal): -8957547 or 9785719. OLE color: 9785719.

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

Color convert

RGB 119 81 149 -
CMYK 0.20 0.46 0 0.42
HSL 273.53º 0.3% 0.45% -
HSV(B) 273.53º 0.46% 0.58% -
XYZ 15.97 11.98 29.9 -
YUV 100.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 119 81 149 0.20 0.46 0 0.42 273.53 0.3 0.45
Hex 77 51 95 14 2E 0 2A 112 1E 2D
Octal 167 121 225 24 56 0 52 422 36 55
Binary 1110111 1010001 10010101 10100 101110 0 101010 100010010 11110 101101

Color Harmonies of #775195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775195

Black with #775195

Text Example


Text Example

White with #775195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775195; }

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

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

background-color css

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

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

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

border-color css

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

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

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