Html Css Color HEX #787598 Scampi

📋 copy color: '#787598'

red 120 ◦ green 117 ◦ blue 152

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

Shades of Scampi #787598

Tints of Scampi #787598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 30.85%
G = 30.08%
B = 39.07%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#787598 (or 0x787598) is known color: Scampi. HEX triplet: 78, 75 and 98. RGB value is (120,117,152). Sum of RGB (Red+Green+Blue) = 120+117+152=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #787598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787598 is #878A67. Grayscale: #797979. Windows color (decimal): -8882792 or 9991544. OLE color: 9991544.

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

Color convert

RGB 120 117 152 -
CMYK 0.21 0.23 0 0.40
HSL 245.14º 0.15% 0.53% -
HSV(B) 245.14º 0.23% 0.6% -
XYZ 19.77 18.98 32.33 -
YUV 121.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 120 117 152 0.21 0.23 0 0.40 245.14 0.15 0.53
Hex 78 75 98 15 17 0 28 F5 F 35
Octal 170 165 230 25 27 0 50 365 17 65
Binary 1111000 1110101 10011000 10101 10111 0 101000 11110101 1111 110101

Color Harmonies of #787598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787598

Black with #787598

Text Example


Text Example

White with #787598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787598; }

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

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

background-color css

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

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

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

border-color css

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

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

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