Html Css Color HEX #786992 Scampi

📋 copy color: '#786992'

red 120 ◦ green 105 ◦ blue 146

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

Shades of Scampi #786992

Tints of Scampi #786992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 32.35%
G = 28.3%
B = 39.35%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#786992 (or 0x786992) is known color: Scampi. HEX triplet: 78, 69 and 92. RGB value is (120,105,146). Sum of RGB (Red+Green+Blue) = 120+105+146=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #786992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786992 is #87966D. Grayscale: #727272. Windows color (decimal): -8885870 or 9595256. OLE color: 9595256.

HSL color Cylindrical-coordinate representation of color #786992: hue angle of 261.95º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786992 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 105 146 -
CMYK 0.18 0.28 0 0.43
HSL 261.95º 0.16% 0.49% -
HSV(B) 261.95º 0.28% 0.57% -
XYZ 17.99 16.17 29.37 -
YUV 114.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 120 105 146 0.18 0.28 0 0.43 261.95 0.16 0.49
Hex 78 69 92 12 1C 0 2B 106 10 31
Octal 170 151 222 22 34 0 53 406 20 61
Binary 1111000 1101001 10010010 10010 11100 0 101011 100000110 10000 110001

Color Harmonies of #786992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786992

Black with #786992

Text Example


Text Example

White with #786992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786992; }

 p { color: rgb(120,105,146); }

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

background-color css

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

 a { background-color: rgb(120,105,146); }

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

border-color css

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

 span { border-color: rgb(120,105,146); }

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