Html Css Color HEX #775096 Studio

📋 copy color: '#775096'

red 119 ◦ green 80 ◦ blue 150

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

Shades of Studio #775096

Tints of Studio #775096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 34.1%
G = 22.92%
B = 42.98%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#775096 (or 0x775096) is known color: Studio. HEX triplet: 77, 50 and 96. RGB value is (119,80,150). Sum of RGB (Red+Green+Blue) = 119+80+150=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #775096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775096 is #88AF69. Grayscale: #636363. Windows color (decimal): -8957802 or 9850999. OLE color: 9850999.

HSL color Cylindrical-coordinate representation of color #775096: hue angle of 273.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775096 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 80 150 -
CMYK 0.21 0.47 0 0.41
HSL 273.43º 0.3% 0.45% -
HSV(B) 273.43º 0.47% 0.59% -
XYZ 15.98 11.86 30.3 -
YUV 99.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 119 80 150 0.21 0.47 0 0.41 273.43 0.3 0.45
Hex 77 50 96 15 2F 0 29 111 1E 2D
Octal 167 120 226 25 57 0 51 421 36 55
Binary 1110111 1010000 10010110 10101 101111 0 101001 100010001 11110 101101

Color Harmonies of #775096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775096

Black with #775096

Text Example


Text Example

White with #775096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775096; }

 p { color: rgb(119,80,150); }

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

background-color css

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

 a { background-color: rgb(119,80,150); }

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

border-color css

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

 span { border-color: rgb(119,80,150); }

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