Html Css Color HEX #785296 Studio

📋 copy color: '#785296'

red 120 ◦ green 82 ◦ blue 150

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

Shades of Studio #785296

Tints of Studio #785296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 34.09%
G = 23.3%
B = 42.61%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#785296 (or 0x785296) is known color: Studio. HEX triplet: 78, 52 and 96. RGB value is (120,82,150). Sum of RGB (Red+Green+Blue) = 120+82+150=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #785296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785296 is #87AD69. Grayscale: #646464. Windows color (decimal): -8891754 or 9851512. OLE color: 9851512.

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

Color convert

RGB 120 82 150 -
CMYK 0.20 0.45 0 0.41
HSL 273.53º 0.29% 0.45% -
HSV(B) 273.53º 0.45% 0.59% -
XYZ 16.27 12.23 30.36 -
YUV 101.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 120 82 150 0.20 0.45 0 0.41 273.53 0.29 0.45
Hex 78 52 96 14 2D 0 29 112 1D 2D
Octal 170 122 226 24 55 0 51 422 35 55
Binary 1111000 1010010 10010110 10100 101101 0 101001 100010010 11101 101101

Color Harmonies of #785296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785296

Black with #785296

Text Example


Text Example

White with #785296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785296; }

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

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

background-color css

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

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

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

border-color css

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

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

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