Html Css Color HEX #775895 Studio

📋 copy color: '#775895'

red 119 ◦ green 88 ◦ blue 149

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

Shades of Studio #775895

Tints of Studio #775895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

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

R = 33.43%
G = 24.72%
B = 41.85%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775895 (or 0x775895) is known color: Studio. HEX triplet: 77, 58 and 95. RGB value is (119,88,149). Sum of RGB (Red+Green+Blue) = 119+88+149=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #775895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775895 is #88A76A. Grayscale: #686868. Windows color (decimal): -8955755 or 9787511. OLE color: 9787511.

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

Color convert

RGB 119 88 149 -
CMYK 0.20 0.41 0 0.42
HSL 270.49º 0.26% 0.46% -
HSV(B) 270.49º 0.41% 0.58% -
XYZ 16.52 13.07 30.09 -
YUV 104.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 119 88 149 0.20 0.41 0 0.42 270.49 0.26 0.46
Hex 77 58 95 14 29 0 2A 10E 1A 2E
Octal 167 130 225 24 51 0 52 416 32 56
Binary 1110111 1011000 10010101 10100 101001 0 101010 100001110 11010 101110

Color Harmonies of #775895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775895

Black with #775895

Text Example


Text Example

White with #775895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775895; }

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

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

background-color css

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

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

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

border-color css

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

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

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