Html Css Color HEX #785796 Studio

📋 copy color: '#785796'

red 120 ◦ green 87 ◦ blue 150

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

Shades of Studio #785796

Tints of Studio #785796

RGB

 RED value IS 120 (47.27% from 255) = 33.61%

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

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

R = 33.61%
G = 24.37%
B = 42.02%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#785796 (or 0x785796) is known color: Studio. HEX triplet: 78, 57 and 96. RGB value is (120,87,150). Sum of RGB (Red+Green+Blue) = 120+87+150=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #785796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785796 is #87A869. Grayscale: #676767. Windows color (decimal): -8890474 or 9852792. OLE color: 9852792.

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

Color convert

RGB 120 87 150 -
CMYK 0.20 0.42 0 0.41
HSL 271.43º 0.27% 0.46% -
HSV(B) 271.43º 0.42% 0.59% -
XYZ 16.66 13.01 30.49 -
YUV 104.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 120 87 150 0.20 0.42 0 0.41 271.43 0.27 0.46
Hex 78 57 96 14 2A 0 29 10F 1B 2E
Octal 170 127 226 24 52 0 51 417 33 56
Binary 1111000 1010111 10010110 10100 101010 0 101001 100001111 11011 101110

Color Harmonies of #785796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785796

Black with #785796

Text Example


Text Example

White with #785796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785796; }

 p { color: rgb(120,87,150); }

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

background-color css

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

 a { background-color: rgb(120,87,150); }

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

border-color css

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

 span { border-color: rgb(120,87,150); }

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