Html Css Color HEX #775795 Studio

📋 copy color: '#775795'

red 119 ◦ green 87 ◦ blue 149

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

Shades of Studio #775795

Tints of Studio #775795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

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

R = 33.52%
G = 24.51%
B = 41.97%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775795 (or 0x775795) is known color: Studio. HEX triplet: 77, 57 and 95. RGB value is (119,87,149). Sum of RGB (Red+Green+Blue) = 119+87+149=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #775795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775795 is #88A86A. Grayscale: #676767. Windows color (decimal): -8956011 or 9787255. OLE color: 9787255.

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

Color convert

RGB 119 87 149 -
CMYK 0.20 0.42 0 0.42
HSL 270.97º 0.26% 0.46% -
HSV(B) 270.97º 0.42% 0.58% -
XYZ 16.44 12.91 30.06 -
YUV 103.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 119 87 149 0.20 0.42 0 0.42 270.97 0.26 0.46
Hex 77 57 95 14 2A 0 2A 10F 1A 2E
Octal 167 127 225 24 52 0 52 417 32 56
Binary 1110111 1010111 10010101 10100 101010 0 101010 100001111 11010 101110

Color Harmonies of #775795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775795

Black with #775795

Text Example


Text Example

White with #775795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775795; }

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

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

background-color css

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

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

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

border-color css

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

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

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