Html Css Color HEX #775295 Studio

📋 copy color: '#775295'

red 119 ◦ green 82 ◦ blue 149

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

Shades of Studio #775295

Tints of Studio #775295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 34%
G = 23.43%
B = 42.57%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775295 (or 0x775295) is known color: Studio. HEX triplet: 77, 52 and 95. RGB value is (119,82,149). Sum of RGB (Red+Green+Blue) = 119+82+149=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #775295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775295 is #88AD6A. Grayscale: #646464. Windows color (decimal): -8957291 or 9785975. OLE color: 9785975.

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

Color convert

RGB 119 82 149 -
CMYK 0.20 0.45 0 0.42
HSL 273.13º 0.29% 0.45% -
HSV(B) 273.13º 0.45% 0.58% -
XYZ 16.05 12.13 29.93 -
YUV 100.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 119 82 149 0.20 0.45 0 0.42 273.13 0.29 0.45
Hex 77 52 95 14 2D 0 2A 111 1D 2D
Octal 167 122 225 24 55 0 52 421 35 55
Binary 1110111 1010010 10010101 10100 101101 0 101010 100010001 11101 101101

Color Harmonies of #775295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775295

Black with #775295

Text Example


Text Example

White with #775295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775295; }

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

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

background-color css

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

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

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

border-color css

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

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

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