Html Css Color HEX #787098 Scampi

📋 copy color: '#787098'

red 120 ◦ green 112 ◦ blue 152

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

Shades of Scampi #787098

Tints of Scampi #787098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 31.25%
G = 29.17%
B = 39.58%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#787098 (or 0x787098) is known color: Scampi. HEX triplet: 78, 70 and 98. RGB value is (120,112,152). Sum of RGB (Red+Green+Blue) = 120+112+152=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #787098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787098 is #878F67. Grayscale: #767676. Windows color (decimal): -8884072 or 9990264. OLE color: 9990264.

HSL color Cylindrical-coordinate representation of color #787098: hue angle of 252º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787098 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 112 152 -
CMYK 0.21 0.26 0 0.40
HSL 252º 0.16% 0.52% -
HSV(B) 252º 0.26% 0.6% -
XYZ 19.21 17.85 32.14 -
YUV 118.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 120 112 152 0.21 0.26 0 0.40 252 0.16 0.52
Hex 78 70 98 15 1A 0 28 FC 10 34
Octal 170 160 230 25 32 0 50 374 20 64
Binary 1111000 1110000 10011000 10101 11010 0 101000 11111100 10000 110100

Color Harmonies of #787098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787098

Black with #787098

Text Example


Text Example

White with #787098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787098; }

 p { color: rgb(120,112,152); }

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

background-color css

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

 a { background-color: rgb(120,112,152); }

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

border-color css

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

 span { border-color: rgb(120,112,152); }

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