Html Css Color HEX #775A9D Studio

📋 copy color: '#775A9D'

red 119 ◦ green 90 ◦ blue 157

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

Shades of Studio #775A9D

Tints of Studio #775A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 32.51%
G = 24.59%
B = 42.9%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#775A9D (or 0x775A9D) is known color: Studio. HEX triplet: 77, 5A and 9D. RGB value is (119,90,157). Sum of RGB (Red+Green+Blue) = 119+90+157=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #775A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A9D is #88A562. Grayscale: #6A6A6A. Windows color (decimal): -8955235 or 10312311. OLE color: 10312311.

HSL color Cylindrical-coordinate representation of color #775A9D: hue angle of 265.97º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775A9D is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 90 157 -
CMYK 0.24 0.43 0 0.38
HSL 265.97º 0.27% 0.48% -
HSV(B) 265.97º 0.43% 0.62% -
XYZ 17.35 13.67 33.62 -
YUV 106.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 119 90 157 0.24 0.43 0 0.38 265.97 0.27 0.48
Hex 77 5A 9D 18 2B 0 26 10A 1B 30
Octal 167 132 235 30 53 0 46 412 33 60
Binary 1110111 1011010 10011101 11000 101011 0 100110 100001010 11011 110000

Color Harmonies of #775A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A9D

Black with #775A9D

Text Example


Text Example

White with #775A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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