Html Css Color HEX #786F93 Scampi

📋 copy color: '#786F93'

red 120 ◦ green 111 ◦ blue 147

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

Shades of Scampi #786F93

Tints of Scampi #786F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 31.75%
G = 29.37%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786F93 (or 0x786F93) is known color: Scampi. HEX triplet: 78, 6F and 93. RGB value is (120,111,147). Sum of RGB (Red+Green+Blue) = 120+111+147=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #786F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F93 is #87906C. Grayscale: #757575. Windows color (decimal): -8884333 or 9662328. OLE color: 9662328.

HSL color Cylindrical-coordinate representation of color #786F93: hue angle of 255º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786F93 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 111 147 -
CMYK 0.18 0.24 0 0.42
HSL 255º 0.14% 0.51% -
HSV(B) 255º 0.24% 0.58% -
XYZ 18.7 17.47 29.99 -
YUV 117.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 120 111 147 0.18 0.24 0 0.42 255 0.14 0.51
Hex 78 6F 93 12 18 0 2A FF E 33
Octal 170 157 223 22 30 0 52 377 16 63
Binary 1111000 1101111 10010011 10010 11000 0 101010 11111111 1110 110011

Color Harmonies of #786F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F93

Black with #786F93

Text Example


Text Example

White with #786F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786F93; }

 p { color: rgb(120,111,147); }

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

background-color css

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

 a { background-color: rgb(120,111,147); }

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

border-color css

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

 span { border-color: rgb(120,111,147); }

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