Html Css Color HEX #775A9B Studio

📋 copy color: '#775A9B'

red 119 ◦ green 90 ◦ blue 155

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

Shades of Studio #775A9B

Tints of Studio #775A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 32.69%
G = 24.73%
B = 42.58%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#775A9B (or 0x775A9B) is known color: Studio. HEX triplet: 77, 5A and 9B. RGB value is (119,90,155). Sum of RGB (Red+Green+Blue) = 119+90+155=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #775A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A9B is #88A564. Grayscale: #696969. Windows color (decimal): -8955237 or 10181239. OLE color: 10181239.

HSL color Cylindrical-coordinate representation of color #775A9B: hue angle of 266.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775A9B is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 90 155 -
CMYK 0.23 0.42 0 0.39
HSL 266.77º 0.27% 0.48% -
HSV(B) 266.77º 0.42% 0.61% -
XYZ 17.18 13.6 32.73 -
YUV 106.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 119 90 155 0.23 0.42 0 0.39 266.77 0.27 0.48
Hex 77 5A 9B 17 2A 0 27 10B 1B 30
Octal 167 132 233 27 52 0 47 413 33 60
Binary 1110111 1011010 10011011 10111 101010 0 100111 100001011 11011 110000

Color Harmonies of #775A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A9B

Black with #775A9B

Text Example


Text Example

White with #775A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A9B; }

 p { color: rgb(119,90,155); }

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

background-color css

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

 a { background-color: rgb(119,90,155); }

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

border-color css

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

 span { border-color: rgb(119,90,155); }

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