Html Css Color HEX #775794 Studio

📋 copy color: '#775794'

red 119 ◦ green 87 ◦ blue 148

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

Shades of Studio #775794

Tints of Studio #775794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 33.62%
G = 24.58%
B = 41.81%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775794 (or 0x775794) is known color: Studio. HEX triplet: 77, 57 and 94. RGB value is (119,87,148). Sum of RGB (Red+Green+Blue) = 119+87+148=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #775794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775794 is #88A86B. Grayscale: #676767. Windows color (decimal): -8956012 or 9721719. OLE color: 9721719.

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

Color convert

RGB 119 87 148 -
CMYK 0.20 0.41 0 0.42
HSL 271.48º 0.26% 0.46% -
HSV(B) 271.48º 0.41% 0.58% -
XYZ 16.36 12.88 29.64 -
YUV 103.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 119 87 148 0.20 0.41 0 0.42 271.48 0.26 0.46
Hex 77 57 94 14 29 0 2A 10F 1A 2E
Octal 167 127 224 24 51 0 52 417 32 56
Binary 1110111 1010111 10010100 10100 101001 0 101010 100001111 11010 101110

Color Harmonies of #775794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775794

Black with #775794

Text Example


Text Example

White with #775794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775794; }

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

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

background-color css

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

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

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

border-color css

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

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

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