Html Css Color HEX #786F91 Scampi

📋 copy color: '#786F91'

red 120 ◦ green 111 ◦ blue 145

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

Shades of Scampi #786F91

Tints of Scampi #786F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 31.91%
G = 29.52%
B = 38.56%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#786F91 (or 0x786F91) is known color: Scampi. HEX triplet: 78, 6F and 91. RGB value is (120,111,145). Sum of RGB (Red+Green+Blue) = 120+111+145=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #786F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F91 is #87906E. Grayscale: #757575. Windows color (decimal): -8884335 or 9531256. OLE color: 9531256.

HSL color Cylindrical-coordinate representation of color #786F91: hue angle of 255.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786F91 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 111 145 -
CMYK 0.17 0.23 0 0.43
HSL 255.88º 0.13% 0.5% -
HSV(B) 255.88º 0.23% 0.57% -
XYZ 18.54 17.41 29.17 -
YUV 117.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 120 111 145 0.17 0.23 0 0.43 255.88 0.13 0.5
Hex 78 6F 91 11 17 0 2B 100 D 32
Octal 170 157 221 21 27 0 53 400 15 62
Binary 1111000 1101111 10010001 10001 10111 0 101011 100000000 1101 110010

Color Harmonies of #786F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F91

Black with #786F91

Text Example


Text Example

White with #786F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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