Html Css Color HEX #786D92 Scampi

📋 copy color: '#786D92'

red 120 ◦ green 109 ◦ blue 146

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

Shades of Scampi #786D92

Tints of Scampi #786D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 32%
G = 29.07%
B = 38.93%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#786D92 (or 0x786D92) is known color: Scampi. HEX triplet: 78, 6D and 92. RGB value is (120,109,146). Sum of RGB (Red+Green+Blue) = 120+109+146=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #786D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D92 is #87926D. Grayscale: #747474. Windows color (decimal): -8884846 or 9596280. OLE color: 9596280.

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

Color convert

RGB 120 109 146 -
CMYK 0.18 0.25 0 0.43
HSL 257.84º 0.15% 0.5% -
HSV(B) 257.84º 0.25% 0.57% -
XYZ 18.4 17.01 29.51 -
YUV 116.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 120 109 146 0.18 0.25 0 0.43 257.84 0.15 0.5
Hex 78 6D 92 12 19 0 2B 102 F 32
Octal 170 155 222 22 31 0 53 402 17 62
Binary 1111000 1101101 10010010 10010 11001 0 101011 100000010 1111 110010

Color Harmonies of #786D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D92

Black with #786D92

Text Example


Text Example

White with #786D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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