Html Css Color HEX #78469C Studio

📋 copy color: '#78469C'

red 120 ◦ green 70 ◦ blue 156

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

Shades of Studio #78469C

Tints of Studio #78469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 34.68%
G = 20.23%
B = 45.09%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78469C (or 0x78469C) is known color: Studio. HEX triplet: 78, 46 and 9C. RGB value is (120,70,156). Sum of RGB (Red+Green+Blue) = 120+70+156=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #78469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78469C is #87B963. Grayscale: #5E5E5E. Windows color (decimal): -8894820 or 10241656. OLE color: 10241656.

HSL color Cylindrical-coordinate representation of color #78469C: hue angle of 274.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78469C is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 70 156 -
CMYK 0.23 0.55 0 0.39
HSL 274.88º 0.38% 0.44% -
HSV(B) 274.88º 0.55% 0.61% -
XYZ 15.94 10.77 32.69 -
YUV 94.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 120 70 156 0.23 0.55 0 0.39 274.88 0.38 0.44
Hex 78 46 9C 17 37 0 27 113 26 2C
Octal 170 106 234 27 67 0 47 423 46 54
Binary 1111000 1000110 10011100 10111 110111 0 100111 100010011 100110 101100

Color Harmonies of #78469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78469C

Black with #78469C

Text Example


Text Example

White with #78469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78469C; }

 p { color: rgb(120,70,156); }

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

background-color css

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

 a { background-color: rgb(120,70,156); }

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

border-color css

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

 span { border-color: rgb(120,70,156); }

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